{% extends "layouts/base.html" %} {% load i18n %} {% load static %} {% block title %}{{ observation.tracking_code }} - {% trans "Observation Detail" %} - PX360{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{{ observation.description }}
English
{{ observation.description_en }}
{% trans "Category" %}
{{ observation.category.get_localized_name|default:_("Not specified") }}
{% trans "Sub-Category" %}
{{ observation.sub_category.get_localized_name }}
{% trans "SHCT Taxonomy" %}
{{ observation.taxonomy_domain.name_en|default:"" }} {% if observation.taxonomy_category %} > {{ observation.taxonomy_category.name_en }}{% endif %} {% if observation.taxonomy_subcategory %} > {{ observation.taxonomy_subcategory.name_en }}{% endif %} {% if observation.taxonomy_classification %} > {{ observation.taxonomy_classification.name_en }}{% endif %}
{% trans "Location" %}
{% if observation.location %}{{ observation.location.name_en }}{% elif observation.location_text %}{{ observation.location_text }}{% else %}{% trans "Not specified" %}{% endif %}
{% trans "Section" %}
{{ observation.main_section.name_en }}
{% trans "Subsection" %}
{{ observation.subsection.name_en }}
{% trans "Incident Date/Time" %}
{{ observation.incident_datetime|date:"M d, Y H:i" }}
{% trans "Submitted" %}
{{ observation.created_at|date:"M d, Y H:i" }}
{% trans "Last Updated" %}
{{ observation.updated_at|date:"M d, Y H:i" }}
{% trans "Response Deadline" %}
{{ observation.due_at|date:"M d, Y H:i" }} {% if observation.is_overdue %}{% endif %}
{% trans "Triaged" %}
{{ observation.triaged_at|date:"M d, Y H:i" }} {% if observation.triaged_by %}({{ observation.triaged_by.get_full_name }}){% endif %}
{% trans "This observation was submitted anonymously" %}
{% trans "Staff ID" %}
{{ observation.reporter_staff_id }}
{% trans "Name" %}
{{ observation.reporter_name }}
{% trans "Phone" %}
{{ observation.reporter_phone }}
{% trans "Email" %}
{{ observation.reporter_email }}
{{ item.item.note }}
{% endif %} {% if item.item.comment %}{{ item.item.comment }}
{% endif %}{% trans "No timeline entries yet" %}
English
{{ observation.department_response_en|linebreaks }}
العربية
{{ observation.department_response_ar|linebreaks }}
{{ observation.department_response_summary_en }}
{% if observation.department_response_summary_ar %}{{ observation.department_response_summary_ar }}
{% endif %}{{ observation.dept_response_acceptance_notes }}
{% endif %}{% trans "Waiting for department response..." %}
{% if observation.dept_response_sla_due_at %}{% trans "Deadline:" %} {{ observation.dept_response_sla_due_at|date:"Y-m-d H:i" }}
{% endif %}{{ px_action.title|truncatewords:10 }}
{% trans "View Action" %}{{ rca.title }}