{% extends "soc/base.html" %} {% comment %} Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. {% endcomment %} {% load forms_helpers %} {% block scripts %} {{ block.super }} {% endblock %} {% block header_title %} {{ entity.title }} {% endblock %} {% block body %}
Last modified on {{ entity.modified }} by {{ entity.modified_by.name }}
{% block help_text %} {{ help_text }} {% endblock help_text %}
{% block survey_description %} {% if entity.content %}
{{ entity.content|safe }}
{% endif %} {% endblock survey_description %} {% block survey_form %} {% if form_action %}
{% else %} {% endif %}
{% block form_table %} {% as_twoline_table survey_form %} {% endblock %}
{# end survey_widget #}


{% endblock survey_form %} {% endblock body %}