{% extends 'layout.html' %} {% load i18n %} {% block heading %}{{ survey }}{% endblock %} {% block content %}
{% trans 'This survey is inactive right now.' %}
{% endblock %}