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