{% extends 'gui2/base.html' %} {% load dashboard_tags %} {% load crispy_forms_tags %} {% load humanize %} {% load fontawesome %} {% load control %} {% load static %} {% block breadcrumbs %} {% with tags=spec.tags|join:" " %} {% with knowledge=spec.name|add:' '|add:app.name|add:' '|add:tags %}{{ block.super }}{% endwith %} {% endwith %} {% endblock breadcrumbs %} {% block nav_index%} {% with nav_data="apps" %}{{ block.super }}{% endwith %} {% endblock %} {% block help %} {% include 'sharedapp/partials/help.html' with app=app spec=spec %} {{block.super}} {% endblock %} {% block content %}
{% fontawesome_icon app.icon %}

{{app.verbose_name}}

{{spec.name}}: {{spec.description}}

{% include 'dashboard/_appusers.html' with usecase=usecase spec=spec %}
{% include helper with app=app spec=spec data=data %}
{% endblock %}