{% extends "layouts/base.html" %} {% load i18n %} {% load static %} {% block title %}Action #{{ action.id|slice:":8" }} - PX360{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
ID: {{ action.id|slice:":8" }} | {{ action.get_source_type_display }}
Hospital: {{ action.hospital.name_en }} {% if action.department %} | Department: {{ action.department.name_en }} {% endif %}
{{ action.description|linebreaks }}
{{ log.message }}
{% if log.old_status and log.new_status %}No activity log entries yet
No evidence files uploaded yet
{% if action.requires_approval and action.status != 'closed' %}Evidence is required before requesting approval
{% endif %}No attachments
This action is awaiting your approval.