{% 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.status_description }} |
You have no current applications
{% endif %} {% endblock %}