mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-30 08:32:26 +00:00
13 lines
256 B
HTML
13 lines
256 B
HTML
{% extends "users/sidebar.html" %}
|
|
{% load bootstrap3 %}
|
|
|
|
{% block title %}Utilisateurs{% endblock %}
|
|
|
|
{% block content %}
|
|
<h2>Adhérents</h2>
|
|
{% include "users/aff_users.html" with users_list=users_list %}
|
|
<br />
|
|
<br />
|
|
<br />
|
|
{% endblock %}
|
|
|