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

This list shows your current open applications

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

You have no current applications

{% endif %} {% endblock %}