{% extends 'gui2/base.html' %} {% load dashboard_tags %} {% load crispy_forms_tags %} {% load humanize %} {% load fontawesome %} {% load control %} {% load static %} {% block breadcrumbs %} {% with knowledge="{{app.name}}" %}{{ block.super }}{% endwith %} {% endblock breadcrumbs %} {% block nav_index%} {% with nav_data="usecases" %}{{ block.super }}{% endwith %} {% endblock %} {% block help %} {{block.super}} {% endblock %} {% block content %}
{% fontawesome_icon app.icon %}
{% block page_header %}

{{app.verbose_name}}

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

{% endblock %}
{% include 'dashboard/_appusers.html' with usecase=usecase spec=spec %}
{% block generic_content %} Fill this generic block {% endblock %}
{% endblock %}