mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2024-11-26 19:27:41 +00:00
8 lines
118 B
HTML
8 lines
118 B
HTML
|
{% extends "base.html" %}
|
||
|
|
||
|
{% load django_tables2 %}
|
||
|
|
||
|
{% block content %}
|
||
|
{% render_table table %}
|
||
|
{% endblock %}
|