{% extends "layout.html" %} {% macro render_filter_tab(name) %} {% endmacro %} {% block title %}Trusted Applications :: {{ config.SITE_NAME }}{% endblock %} {% block body %}
{% for app in apps.items %} {% endfor %}
List of {{ list_filter or 'open' }} applications
# Submitter Submitted on Status
{{ app.id }} {{ app.submitter.username }} {{ app.created_time.strftime('%Y-%m-%d %H:%M') }} {{ app.status.name.capitalize() }} View
{% endblock %}