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

{% trans "Survey Templates" %}

{% if perms.recruitment.add_recruitmentsurvey %}
{% endif %}
Page not found. 404.

{% trans "No Records found." %}

{% trans "No survey templates have been established yet." %}

{% endblock content %}