{% extends "aircox/errors/base.html" %} {% load i18n %} {% block error_title %}{% trans "No station is configured" %}{% endblock %} {% block error_content %} {% blocktranslate %}It seems there is no station configured for this website:{% endblocktranslate %} {% endblock %}