{% extends "generic/object_edit.html" %} {% load form_helpers %} {% block form %}
Dynamic Group
{% render_field form.name %} {% render_field form.slug %} {% render_field form.description %} {% render_field form.content_type %}
Filter Fields
{% if filter_form %} Select the filtering criteria to determine membership of objects matching the Content Type for this Dynamic Group. Fields that are not a dropdown are expected to have string inputs and do not support multiple values. {% render_form filter_form %} {% else %} Filtering criteria will be available after initially saving this group and returning to this page. {% endif %}
{% include 'inc/extras_features_edit_form_fields.html' %} {% endblock form %}