{% extends terms_base_template %} {% load staticfiles %} {% block title %}View Terms and Conditions{% endblock %} {% block styles %} {{ block.super }} {% endblock %} {% block content %} {% for terms in terms_list %} {{ terms.name|safe }} {{ terms.version_number|safe }} {{ terms.text|safe }} Print {{ terms.name|safe }} {% endfor %} {% endblock %}
Print {{ terms.name|safe }}