{% extends "base.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "Initialize database" %}{% endblock %} {% block page_id %}page-init-db{% endblock %} {% block body_class %}cards-pf{% endblock %} {% block contents %}

{% trans "Initialize database" %}
{% trans "Your database has not been initialized yet. Click the button below to initialize it!" %}

{% trans "WARNING: this operation will take a while! This page will redirect when done." %}
{% csrf_token %}

{% endblock %}