{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{% if adverse_action %}{% trans "Edit Adverse Action" %}{% else %}{% trans "Report Adverse Action" %}{% endif %} - PX360{% endblock %} {% block content %}

{% if adverse_action %}{% trans "Edit Adverse Action" %}{% else %}{% trans "Report Adverse Action" %}{% endif %}

{% trans "Complaint" %}: {{ complaint.reference_number }}

{% csrf_token %}

{% trans "Select the type of adverse action that occurred." %}

{% for value, label in severity_choices %} {% endfor %}

{% trans "Hold Ctrl/Cmd to select multiple staff members." %}

{% trans "Important Note" %}

{% trans "Adverse actions are serious incidents where a patient experiences negative treatment because of a complaint. This information is used to identify patterns and prevent retaliation against patients." %}

{% trans "Cancel" %}
{% endblock %}