1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-03-18 06:51:12 +00:00

8 lines
118 B
HTML
Raw Normal View History

2020-04-30 21:07:12 +02:00
{% extends "base.html" %}
{% load django_tables2 %}
{% block content %}
{% render_table table %}
{% endblock %}