{% extends 'base.html' %} {% load i18n static %} {% block title %}{% trans "S.E.E.L.E - Poster" %}{% endblock %} {% block content %}
{% if msg %}
{{msg}}
{% endif %}
{% trans "Emergency Poster" %}
{% if error_message %}

{{ error_message }}

{% elif image_url %}
{% trans {% if geoJSON %}
{% endif %}
{% endif %} {% if geoJSON %} {% endif %}
{% trans "Actions" %}
{% csrf_token %}
{% endblock %}