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

    {% if feed %}Feed "{{ feed.title }}" configuration{% else %}New feed{% endif %}

    General options

    {% bootstrap_form feed_form layout='horizontal' %} {% if feed %}
    {% endif %}

    Module options

    {% bootstrap_form config_form layout='horizontal' %}
    {% if feed %} {% endif %} {% endblock %}