{% extends 'base.html' %} {% load i18n %} {% block title %}{{ block.super }} {% trans 'Glossary' %}{% endblock %} {% block content %}
{% for entry in entries %} {% ifchanged %}{{ entry.title.0 }} {% endifchanged %} {% endfor %}