{% csrf_token %}
{% for i in textinputs %}
{{ i.description }}:
{% endfor %} {% for t in textareas %}
{{ t.value }}
{% endfor %}