{% 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 "This observation was submitted anonymously" %}
{{ item.item.comment }}
{% endif %} {% elif item.type == 'note' %} {% trans "Note Added" %} {% if item.item.created_by %} by {{ item.item.created_by.get_full_name }} {% endif %}{{ item.item.note }}
{% endif %}{% trans "No timeline entries yet" %}
{% endif %}