1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2024-11-30 02:53:03 +00:00
plateforme-tfjm2/participation/templates/participation/team_list.html

14 lines
283 B
HTML
Raw Normal View History

{% extends request.content_only|yesno:"empty.html,base.html" %}
2020-12-27 10:49:54 +00:00
{% load django_tables2 i18n %}
{% block content-title %}
2020-12-27 10:49:54 +00:00
<h1>{% trans "All teams" %}</h1>
{% endblock %}
{% block content %}
<div id="form-content">
{% render_table table %}
</div>
{% endblock %}