{% extends 'index.html' %} {% block content %} {% load i18n %} {% load basefilters %}

{% trans "Survey Templates" %}

{% include "survey/survey_card.html" %}
{% endblock content %}