{% extends "membertools/base.html" %} {% load static %} {% load bootstrap %} {% load i18n %} {% block inside_content %} {% if current_apps %}
{% translate "Recent Applications" %}
{% include "membertools/partials/applist_app.html" with applications=current_apps %}
{% endif %}
{% translate "Available Application Forms" %}
{% for form in available_forms %} {% empty %} {% endfor %}
{% translate "Form" %} {% translate "Description" %} {% translate "Actions" %}
{{ form }} {{ form.description }} Apply
No application forms are currently available for you at this time.
{% endblock %}