{% extends "master.html" %} {% load static %} {% block content %}

Templates for {{ category.name }}

{% if templates %}
{% for template in templates %}
{{ template.name }}
{% comment %}

{{ template.description|truncatewords:15 }}

{% endcomment %}
{% endfor %}
{% else %} {% endif %}
{% endblock %}