{% extends "layouts/base.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "Survey Templates" %} - PX360{% endblock %} {% block content %}
{% trans "Manage survey templates and questions" %}
| {% trans "Name" %} | {% trans "Survey Type" %} | {% trans "Hospital" %} | {% trans "Questions" %} | {% trans "Scoring" %} | {% trans "Status" %} | {% trans "Actions" %} |
|---|---|---|---|---|---|---|
| {{ template.name }} | {{ template.get_survey_type_display }} | {{ template.hospital.name_en }} | {{ template.questions.count }} {% trans "questions" %} | {{ template.get_scoring_method_display }} | {% if template.is_active %} {% trans "Active" %} {% else %} {% trans "Inactive" %} {% endif %} |
|
{% trans "Get started by creating your first survey template." %}
{% trans "Create Survey Template" %}