{% load extensible_forms %}
{% if prepend %}{% for text in prepend %}{{ text }}{% endif %}{% endif %} {% include templates|pop %} {% if append %}{% for text in append %}{{ text }}{% endif %}{% endif %}