{% extends 'backend/components/layouts/default.html' %} {% load static %} {% block content %}
Terms and Conditions: {{ terms.title }}:

You are Updating/Editing {{ terms.title }}

Proceed
{% include "backend/apps/quicknav.html" %}

Edit Terms and Conditions

{% csrf_token %}
Edit Terms and Conditions: {{ terms.title }}
{% if terms.document %}

Current document: {{ terms.document.name }}

{% endif %}
{% if user.is_superuser %}
{% endif %}
{% endblock %}