{% extends "likert/base.html" %} {% load url from future %} {% load i18n static %} {% block content %}

{% trans 'Surveys' %}

{% if not surveys %}

Be the first to complete a survey.

{% else %} {% endif %}

{% trans 'Add a survey response' %}

{% endblock %}