mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-27 23:22:25 +00:00
12 lines
273 B
HTML
12 lines
273 B
HTML
{% extends "logs/sidebar.html" %}
|
|
{% load bootstrap3 %}
|
|
|
|
{% block title %}Statistiques{% endblock %}
|
|
|
|
{% block content %}
|
|
<h2>Actions effectuées</h2>
|
|
{% include "logs/aff_actions.html" with revisions_list=revisions_list %}
|
|
<br />
|
|
<br />
|
|
<br />
|
|
{% endblock %}
|