{% extends 'layout.html' %} {% block page_title %}BFCT Applications{% endblock %} {% block body %}

BFCT Applications

{% for application in applications %} {% if loop.last %}
# Name Country Submitted On Status Voted Approvals
Listing {{ loop.index }} applications
{% endif %} {% endfor %}

{% endblock %} {% block footer_scripts %} {% endblock %}