{% 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 %}