{% extends "base.html" %} {% load static %} {% block title %} Compliance Apps {% endblock %} {% block head %} {% endblock %} {% block contextbar %} {# kill breadcrumbs but add some space below site header #}
These apps can help you with {{filter_description}}.
{% endif %} {# since the category links disappear in response to search queries, this should come after the search box so the search box's position doesn't jump around if this element changes size or disappears #}
{{app.title}}
{{app.description.short|safe|truncatewords_html:18}}
{% if app.authz != "none" %}
{% endif %}
|
{% if app.app_icon_dataurl %}
|
{% endif %}
{{error}}
{% elif request.GET.q %}There are currently no apps available that can be used to complete that question, sorry!
{% else %}There are no AppSources configured by this site’s administrator that provide any apps, sorry!
{% endif %} {% endfor %} {% if can_clear_catalog_cache %} {% endif %} {% endblock %} {% block scripts %} {% endblock %}