{% load i18n %}
{{ action.description|truncatechars:150 }}
{% if action.patient_impact %}{% trans "Impact:" %} {{ action.patient_impact|truncatechars:100 }}
{% endif %} {% if action.involved_staff.all %}{% trans "No adverse actions reported for this complaint." %}
{% if can_edit %} {% trans "Report an adverse action" %} {% endif %}