{% extends 'gui2/appstore2/base.html' %} {% load static %} {% load dashboard_tags %} {% load humanize %} {% load fontawesome %} {% load i18n %} {% block breadcrumbs %}
{% with tags=spec.tags|join:" " %} {% with knowledge=spec.name|add:' '|add:tags %}{{ block.super }}{% endwith %} {% endwith %} {% endblock breadcrumbs %} {% block nav_index %} {% with nav_data="usecases" %}{{ block.super }}{% endwith %} {% endblock %} {% block help %} {% include 'sharedapp/partials/help.html' with spec=spec app=app %} {{block.super}} {% endblock %} {% block content %}{% translate spec.description %}
{% include 'dashboard/_appusers.html' with usecase=usecase spec=spec %}