{% extends "consents/base.html" %} {% block title %} - create consent{% endblock %} {% block body %}
{% if text_fragment.element_type == "Paragraph" %} boldface {% elif text_fragment.element_type == "Checkbox" %} required {% endif %}
{% include text_fragment.element.template_name %}