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