{% for complexity in templates %}
{% for category in templates[complexity] %}
{% for t in templates[complexity][category] %}
{% autoescape off %}
{% endautoescape %}
{% endfor %}
{% endfor %}
{% endfor %}
Data that you've put into textarea will be replaced,
proceed?