{% extends "pages/base.html" %} {% load i18n %} {% block title %}{{ term.title }}{% endblock %} {% block content %}

{{ term.title }}

{% if term.summary %}

{{ term.summary }}

{% endif %}
{{ content|safe }}

{% csrf_token %} {{ form.non_field_errors }}
{{ form.accept }} {{ form.accept.errors }}
{% if form.document %}
{{ form.document }} {{ form.document.errors }}
{% endif %}

{% trans "Contents" %}

{% if qr_image_url %}
{% trans "QR Reference" %}
{% trans 'QR code' %}
{% endif %}
{% endblock %}