{% extends 'pasapp/base_template.html' %} {% block title %} My Applications {% endblock %} {% block content %} {% for project, applications in sections.items %}

{{project.title}}

{{project.description}}
{% if applications %} {% else %} There are no applications for this project yet. {% endif %}
{% endfor %} {% endblock %}