{% extends terms_base_template %} {% load static %} {% load i18n %} {% block title %}{% trans 'View Terms and Conditions' %}{% endblock %} {% block styles %} {{ block.super }} {% endblock %} {% block content %} {% for terms in terms_list %} {% if terms %} {{ terms.name|safe }} {{ terms.version_number|safe }} {{ terms.text|safe }} {% trans 'Print' %} {{ terms.name|safe }} {% else %} No terms defined. {% endif %} {% empty %} No terms for you to accept. {% endfor %} {% endblock %}
{% trans 'Print' %} {{ terms.name|safe }}