{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{% trans "Survey Template Mappings" %} - {{ block.super }}{% endblock %} {% block content %}
{% trans "Configure which survey templates are sent for each patient type at each hospital." %}
{% if mappings %}| {% trans "Hospital" %} | {% trans "Patient Type" %} | {% trans "Survey Template" %} | {% trans "Status" %} | {% trans "Actions" %} |
|---|---|---|---|---|
| {{ mapping.hospital.name }} | {{ mapping.patient_type_display }} ({{ mapping.patient_type }}) | {{ mapping.survey_template.name }} | {% if mapping.is_active %} {% trans "Active" %} {% else %} {% trans "Inactive" %} {% endif %} |