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

{% trans "Service temporarily unavailable" %}

{% trans "Sorry, the service is temporarily unavailable. Please try again soon." %}

{% trans "System administrators are already informed about the issue." %}

{% trans "Back to Home Page" %} {% endblock %}