{% block body_title %}{% trans 'Site is in Maintenance' %}{% endblock %}
{% block content %} {% trans 'The site is currently in maintenance and should be up again soon!' %} {% endblock %}
{% extends "skeleton.html" %} {% load static %} {% load inventree_extras %} {% load i18n %} {% block head %} {% endblock %} {% block page_title %} {% trans 'Site is in Maintenance' %} {% endblock %} {% block body_class %}login-screen' style='background: url({% inventree_splash %}); background-size: cover;{% endblock %} {% block body %}