{% extends 'survey/base.html' %} {% load i18n %} {% block body %}

{% trans "Welcome to the Django Survey app"%}

{% endblock %}