{% extends 'layouts/layout_base.html' %} {% block title %}Templates{% endblock title %} {% block body_content %}
Templates
Add bug template Add comment template
{% for template in page_obj %} {% empty %} No templates yet. {% endfor %}
ID Name Type Actions
{{ template.pk }} {{ template.name|default:'Ø' }} {{ template.mode }}
{% endblock body_content %}