{% extends "base.html" %} {% block title %}Applications{% endblock %} {% block content %}
This list shows your current open applications
{% if apps %}| Application ID | Character | Corporation | Application Status |
|---|---|---|---|
| {{ app.id }} | {{ app.character }} | {{ app.corporation }} | {{ app.get_status_display }} |
You have no current applications
{% endif %} {% endblock %}