{% extends 'gui2/appstore2/base.html' %} {% load dashboard_tags %} {% load crispy_forms_tags %} {% load humanize %} {% load fontawesome %} {% load control %} {% load i18n %} {% 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 %} {% include 'sharedapp/partials/help.html' with app=app spec=spec %} {{block.super}} {% endblock %} {% block customhead %} {% endblock %} {% block content %}
{% if 'icon' in spec %} {% else %} {% endif %}

{% translate spec.name %}

Type: {{app.verbose_name}} {% with spec.app.spec.configuration as conf %} {% if conf.workflows == 'on' %} | Workflows: enabled {% endif %} {% if conf.pipeline == 'on' %} | Pipeline: enabled {% endif %} {% endwith %}

{% include 'dashboard/_appusers.html' with usecase=usecase spec=spec %}
  • {% translate 'Configurations' %}
  • {{ policies|length }} {% translate 'results' %}
{% endblock %}