mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-23 11:53:12 +00:00
12 lines
294 B
HTML
12 lines
294 B
HTML
{% extends "logs/sidebar.html" %}
|
|
{% load bootstrap3 %}
|
|
|
|
{% block title %}Statistiques des objets base de données{% endblock %}
|
|
|
|
{% block content %}
|
|
<h2>Statistiques bdd</h2>
|
|
{% include "logs/aff_stats_models.html" with stats_list=stats_list %}
|
|
<br />
|
|
<br />
|
|
<br />
|
|
{% endblock %}
|