{% 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 customhead %} {% endblock %} {% block content %}
{% fontawesome_icon app.icon %}

{{app.verbose_name}} Results

For Specification: {{spec.name}}

{% fontawesome_icon 'code' %} Configurations {% fontawesome_icon 'code' %} APIv2 {% if spec.pipeline_url and spec.app.spec.configuration.pipeline == 'on' %} PIPELINE {% endif %} {% if spec.app.spec.configuration.workflows == 'on' %} {% fontawesome_icon 'tasks' %} WORKFLOWS {% endif %}

{% fontawesome_icon 'lightbulb' %} Cant find result you are looking for? It is possible that the modeling pipeline has not run yet.

{% for c in available %} {% endfor %}
CONFIGURATION
{% fontawesome_icon 'check' %} {{c}}{% fontawesome_icon 'arrow-right' %}
{% endblock %}