{% extends "consents/base.html" %} {% block title %} - create consent{% endblock %} {% block body %}
{% if text_fragment.type == "paragraph" %} boldface {% elif text_fragment.type == "checkbox" %} required {% endif %}
{% with template_name="consents/text_fragments/"|add:text_fragment.type|add:".html" %} {% include template_name %} {% endwith %}