mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2024-11-30 00:53:02 +00:00
2b941cb30f
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
14 lines
283 B
HTML
14 lines
283 B
HTML
{% extends request.content_only|yesno:"empty.html,base.html" %}
|
|
|
|
{% load django_tables2 i18n %}
|
|
|
|
{% block content-title %}
|
|
<h1>{% trans "All teams" %}</h1>
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
<div id="form-content">
|
|
{% render_table table %}
|
|
</div>
|
|
{% endblock %}
|