{% extends "base.html" %} {% block title %}Applications{% endblock %} {% block content %}

Search All Applications

{% if apps %} {% for app in apps %} {% endfor %}
Application ID Character Corporation Application Status Last Action Date Last Action User
{{ app.id }} {{ app.character }} {{ app.corporation }} {{ app.get_status_display }} {{ app.last_action.date }} {{ app.last_action.user }}
{% else %}

No applications found.

{% endif %} {% endblock %}