1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-02-05 19:33:02 +00:00

14 lines
244 B
HTML
Raw Normal View History

2020-12-27 11:49:54 +01:00
{% extends "base.html" %}
{% load django_tables2 i18n %}
{% block contenttitle %}
<h1>{% trans "All teams" %}</h1>
{% endblock %}
{% block content %}
<div id="form-content">
{% render_table table %}
</div>
{% endblock %}