{% extends 'index.html' %} {% block content %} {% include "generic/components.html" %} {% load i18n %} {% load basefilters %}

{% trans "Survey Templates" %}

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