{% extends "core/home.html" %} {# extends home so we use the same js/css so the compressed file matches the one from home #} {% load i18n %} {% block title%} offline {% endblock %} {% block content %}
{% translate "This page is not available offline. Please check your internet connection and try again." %}
{% translate "Back" %} {% endblock %}