{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{% trans "Survey Template Mappings" %} - PX360{% endblock %} {% block content %}
{% trans "Configure which survey templates are sent for each patient type at each hospital" %}
| {% trans "Patient Type" %} | {% trans "Survey Template" %} | {% trans "Delay (hours)" %} | {% trans "Status" %} | {% trans "Actions" %} |
|---|---|---|---|---|
| {{ mapping.get_patient_type_display }} |
{{ mapping.survey_template.name }}
|
{{ mapping.send_delay_hours|default:1 }} | {% if mapping.is_active %} {% trans "Active" %} {% else %} {% trans "Inactive" %} {% endif %} |
|
{% trans "No survey template mappings configured yet. Click 'Add Mapping' to create your first mapping." %}