{% extends "layouts/base.html" %} {% load i18n static %} {% block extra_css %} {% endblock %} {% block title %}{% if template %}Edit Survey Template{% else %}Create Survey Template{% endif %} - PX360{% endblock %} {% block content %}
{% if template %}Modify survey template and questions{% else %}Create a new survey template with questions{% endif %}