{% extends "layouts/public_base.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "Observation Submitted" %}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% trans "Your observation has been submitted successfully." %}
{% 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" }}