{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{{ observation.tracking_code }} - {% trans "Department Response" %} - PX360{% endblock %} {% block content %}
{% trans "Observations" %} {{ observation.tracking_code }} {% trans "Department Response" %}

{% if observation.title %}{{ observation.title }}{% else %}{{ observation.description|truncatewords:10 }}{% endif %}

{% trans "Submit Department Response" %}

{% trans "Reference" %}

{{ observation.tracking_code }}

{% trans "Description" %}

{{ observation.description|truncatewords:50 }}

{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{% csrf_token %}

{% trans "At least one language is required." %}

{% trans "Cancel" %}
{% endblock %}