1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-03-15 03:17:30 +00:00
med/logs/templates/logs/index.html
2019-08-09 22:29:57 +02:00

12 lines
299 B
HTML

{% extends "logs/sidebar.html" %}
{% comment %}
SPDX-License-Identifier: GPL-3.0-or-later
{% endcomment %}
{% block title %}Statistiques{% endblock %}
{% block content %}
<h2>Actions effectuées</h2>
{% include "logs/aff_actions.html" with revisions_list=revisions_list %}
{% endblock %}