{% extends "base.html" %} {% load i18n %} {% block title%} offline {% endblock %} {% block content %}

{% translate "No connection" %}

{% translate "You are currently offline. Please check your internet connection and try again." %}

{% endblock %}