{% load i18n %}
{% trans "PX Actions" %}
View All
{% if data %}
{% for action in data %} {% endfor %}
ID Title Category Hospital Priority Status Due Date Actions
{{ action.id }} {{ action.title|truncatewords:8 }} {% if action.escalation_level > 0 %} L{{ action.escalation_level }} {% endif %} {{ action.category }} {{ action.hospital.name }} {{ action.get_priority_display }} {{ action.get_status_display }} {% if action.due_date %} {{ action.due_date|date:"M d, Y" }} {% else %} - {% endif %}
{% if data.has_other_pages %} {% endif %} {% else %}

No PX Actions found

{% endif %}