{% extends "base-manager.htm" %} {% load staticfiles %} {% load i18n %} {% block title %} {{ block.super }} {% trans "Mobile Survey Manager" %} {% endblock title %} {% block main_content %}

{% trans 'Surveys' %}

{% trans "You haven't saved any surveys." %}

{% trans "Use the form to set up a survey, then save your edits, and you're done!" %}

{% endblock main_content %} {% block tabs %}{% endblock tabs %} {% block pre_require_js %} {{block.super}} {% endblock pre_require_js %}