{% extends 'base.html' %} {% load base_extras bootstrap %} {% block content %}

{{ title }}

{{ app_number }} App{{ app_number|pluralize }}

{% for app in apps %} {% with app.get_enrollment as enrollment %} {% endwith %} {% endfor %}
Builder Description Created at
{{ app.get_builder_class.name }} {{ enrollment.get_description_for_distributor }} {{ app.created_at }}
{% endblock %}