{% 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 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 complete the configuration" %} {{block.super}} {% endblock %} {% block customhead %} {% endblock %} {% block content %}
{% if 'icon' in spec %} {% else %} {% endif %}

{% translate 'Select Parameters for the New Configuration' %}

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

{% include 'dashboard/_appusers.html' with usecase=usecase spec=spec %}
{% csrf_token %}
  • {% translate 'Dataset Profile' %}
  • {% translate 'Name' %}

    {{ source.name }}

  • {% translate 'Description' %}

    {{ source.description }}

  • {% translate 'Type' %}

    {{source.sourcetype}}

  • {% translate 'URI' %}

    {{source.details.access.uri}}

  • {% translate 'Features' %}

    {{source.num_features}}

  • {% translate 'Sample Data' %}
{% include select_columns_helper with app=app spec=spec source=source features=features %}
{% endblock %}