{% extends "trix_student/base.django.html" %} {% load i18n %} {% block title %}{% trans "Trix - permalink" %}{% endblock title %} {% block content %}
{% for permalink in object_list %}

{{ permalink }}

{{ permalink.description }}

{% endfor %}
{% endblock content %}