{% load i18n %} {% load static %} {% get_current_language as LANGUAGE_CODE %} {% trans "Observation Submitted" %} - Al Hammadi {% if LANGUAGE_CODE == 'ar' %} {% else %} {% endif %}

{% trans "Thank You!" %}

{% trans "Your observation has been submitted successfully." %}

{% trans "Your Tracking Code" %}

{{ tracking_code }}

{% trans "Important" %}

{% trans "Observation Summary" %}
{% trans "Category" %} {{ observation.category.name|default:"Not specified" }}
{% trans "Severity" %} {{ observation.get_severity_display }}
{% trans "Status" %} {{ observation.get_status_display }}
{% trans "Submitted" %} {{ observation.created_at|date:"M d, Y H:i" }}
{% trans "Track Status" %} {% trans "Submit Another" %}