{% extends "base.html" %} {% load static %} {% block title %}Note Templates{% endblock %} {% block css %} {% endblock %} {% block content %}
{{ templates.count }}
{{ most_used_template.title|default:"None" }}
{{ recently_updated_count }}
{{ outdated_templates_count }}
{{ template.description|truncatechars:100 }}