{% set title = "Applications List" %} {% set navigation = [('Admin', ''), ('Applications', '')] %} {% include 'include_header.html' %}
Applications List
{% for a in applications %} {% endfor %}
id code created alias title creator template invoice reference pi-list resource_allocation actions
{{ a.id }} {{ a.code }} {{ a.created }} {{ a.alias }} {{ a.title }} {{ a.creator.name }} {{ a.template.id }} {{ a.invoice_reference }} {{ a.users }} {{ a.resource_allocation }}