{% extends 'cabinet/_internal_base.html' %} {% load bootstrap4 %} {% block breadcrumbs %}
  • Aggregation source list
  • {{ title }}
  • {% endblock %} {% block content %}
    {% csrf_token %}

    {% if source %}Source "{{ source.title }}" configuration{% else %}New source{% endif %}

    {% bootstrap_form form layout='horizontal' %} {% if source %}
    {% endif %}
    {% if source %} {% endif %} {% endblock %}