{% 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 }}
{% trans "Category" %}
{{ observation.category.get_localized_name|default:_("Not specified") }}
{% trans "Location" %}
{{ observation.location_text|default:_("Not specified") }}
{% 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 "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" %}
{{ px_action.title|truncatewords:10 }}
{% trans "View Action" %}{{ rca.title }}