{% extends 'gui2/appstore2/base.html' %} {% load dashboard_tags %} {% load crispy_forms_tags %} {% load humanize %} {% load fontawesome %} {% load control %} {% load static %} {% load i18n %} {% block breadcrumbs %} {% with tags=spec.tags|join:" " %} {% with knowledge=spec.name|add:' '|add:app.name|add:' '|add:tags %}{{ block.super }}{% endwith %} {% endwith %} {% endblock breadcrumbs %} {% block nav_index%} {% with nav_data="apps" %}{{ block.super }}{% endwith %} {% endblock %} {% block help %} {% include 'sharedapp/partials/help.html' with app=app spec=spec extra="This page allows you to store the configuration" %} {{block.super}} {% endblock %} {% block content %}
{% if 'icon' in spec %} {% else %} {% endif %}

{% translate 'Complete the New Configuration' %}

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

{% include 'dashboard/_appusers.html' with usecase=usecase spec=spec %}
{% translate 'Create a new Configuration' %}
{% csrf_token %}
{{form.name|as_crispy_field}}
{{form.desc|as_crispy_field}}
{{form.notes|as_crispy_field}}
{{form.config|as_crispy_field}}
{% endblock %}