{% load i18n %} {% load static %} {% get_current_language as LANGUAGE_CODE %}
{% trans "Your observation has been submitted successfully." %}
{% trans "Your Tracking Code" %}
{% trans "Important" %}
| {% 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" }} |