{% extends "base.html" %} {% load i18n %} {% block content %} {% if invalid %}

{% trans 'Return to station list' %}

{% endif %} {% if notauthorized %} {% endif %} {% if error %} {% endif %} {% if deleted %}

{% trans 'Station removed' %}

{% trans 'Return to station list' %}

{% else %}

{% trans 'Are you sure to delete station ?' %}

{% trans 'Cancel' %}

{% csrf_token %} {{ delstationform.as_p }}
{% endif %} {% endblock %}