{% load i18n %}
| {% trans "ID" %} | {% trans "Title" %} | {% trans "Type" %} | {% trans "Priority" %} | {% trans "Status" %} | {% trans "Due Date" %} | {% trans "Actions" %} | |
|---|---|---|---|---|---|---|---|
| #{{ action.id }} | {{ action.title }} | {{ action.get_action_type_display }} | {{ action.get_priority_display }} | {{ action.get_status_display }} | {% if action.due_date %} {{ action.due_date|date:"M d, Y" }} {% else %} - {% endif %} | {% trans "View" %} | |
|
{% trans "No PX actions found" %} |
|||||||