{% extends 'im/base.html' %} {% block page.title %}Approval Terms{% endblock %} {% block body %}
{{ terms|safe }}
{% if form %}
{% csrf_token %} {% include "im/form_render.html" %}
{% endif %} {% endblock body %}