mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2025-01-28 19:14:21 +00:00
13 lines
294 B
HTML
13 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 %}
|