{% load i18n %}

{% trans "Related PX Actions" %}

{% if can_admin and complaint.is_active_status %} {% endif %}
{% if px_actions %}
{% for action in px_actions %}

{{ action.title }}

{{ action.description|truncatewords:20 }}

{{ action.get_status_display }} {{ action.get_priority_display }}
{% trans "View" %}
{% endfor %}
{% else %}

{% trans "No PX actions created yet" %}

{% trans "Use the buttons above to create an action, QI project, or RCA." %}

{% endif %}