{% extends "onboarding/admin/base.html" %} {% block title %}Applications - TAMIS operators{% endblock %} {% block admin_main %}

Applications

{% for app in applications %} {% empty %} {% endfor %}
OrganisationStatusSubmittedLast activity
{{ app.legal_name|default:app.contact_general_email }}
{{ app.contact_general_email }}
{{ app.display_status_label }} {{ app.submitted_at|date:"Y-m-d"|default:"-" }} {{ app.update_date|date:"Y-m-d H:i" }} View
No applications yet.
{% endblock %}