{% extends 'gui2/appstore2/base.html' %} {% load dashboard_tags %} {% load fontawesome %} {% load static %} {% load i18n %} {% 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 extra="This page shows the details of one run of the pipeline" %} {{block.super}} {% endblock %} {% block customhead %} {% endblock %} {% block content %}
{% if 'icon' in spec %} {% else %} {% endif %}

{% translate 'Results for' %} {% translate name %}

App: {% translate spec.name %} | Type: {{app.verbose_name}}

{% include 'dashboard/_appusers.html' with usecase=usecase spec=spec %}
{% block result %}

{{path}}

{{data|prettify}}
{% endblock %} {% endblock %}