{% extends "base.html" %} {% load helpers %} {% load static %} {% load ui_framework %} {% block extra_styles %} {% endblock %} {% block document_title %}{% render_title "plain" %}{% endblock %} {% block content %}
{% render_breadcrumbs %}
See Installed Apps

{% block page_heading %}{% render_title %}{% endblock page_heading %}

{% for app in apps %}
{{ app.name }}

{{ app.name }}

{% for use_case in app.use_cases %} {% endfor %}

{{ app.headline }}

By: {{ app.author }}
{% if app.installed %}{% endif %}
{% if app.docs|default:None != None %} {% else %} {% endif %}
{% endfor %}
{% endblock %} {% block javascript %} {{ block.super }} {% endblock javascript %}