{% 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}} policy" %}{{ 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 'icon' %}

Complete configuration

Specification: {{spec.name}}


Define the configuration parameters for the selected dataset

{% csrf_token %}

Datasets

Name {{source.name}}
Description{{source.description}}
Type{{source.sourcetype}}
URI{{source.details.access.uri}}
Features{{source.num_features}}
Sample
{{source.details.sample}}

{% include select_columns_helper with app=app spec=spec source=source features=features %}
{% endblock %}