mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-03-15 03:17:30 +00:00
12 lines
299 B
HTML
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 %}
|