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

Search All Applications

{% if apps %} {% for app in apps %} {% endfor %}
Application IDCharacterCorporationApplication Status
{{ app.id }} {{ app.character }} {{ app.corporation }} {{ app.status_description }}
{% else %}

No applications found.

{% endif %} {% endblock %}