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