{% extends "ddm_core/page_with_form.html" %} {% load static %} {% block page_title %}Filter Configuration{% endblock %} {% block main_heading %}Filter Configuration for {{ target_type }} "{{ target_name|truncatechars:24 }}"{% endblock %} {% block main_form %}
Configure conditions to hide the {{ target_type }} based on answers to previous questions/items or other variable states.
{% if form.errors or formset.errors %}{{ target_type }} is hidden, if:
{% endblock %} {% block breadcrumbs %} Projects "{{ project.name|truncatechars:15 }}" Project Questionnaire Question Filter Configuration {% endblock %} {% block scripts %} {{ block.super }} {% endblock %}