{% extends 'admin/master.html' %} {% block body %} {{ super() }} {% if current_user.is_authenticated %}

Custom View This is a custom view without DB model

Here you can place your custom data without a database dependence.
Find this file in templates/admin/ as custom_index.html
{% else %}

Alerte 112 - Administration

{{ _("Authentification") }}

{{_("Pour accéder à l'interface d'administration veuillez utiliser vos identifiants.")}}

{{_("Connection")}}


{{ _("Retour") }}




















{% endif %} {% endblock body %}