{% extends "pycon/main.html" %} {% block main_title %}DJango Public Applications Index{% endblock %} {% block main_body %}

Applications

{% if app_list %} {% for app in app_list %} {% endfor %} {% else %} {% endif %}
{{ app.title }}{{ app.desc }}
Sorry, there are no active general public applications.

{{ app_list|length }} active application{{ app_list|length|pluralize }}.

{% endblock %}