1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2024-11-26 09:27:09 +00:00
plateforme-tfjm2/templates/tournament/pool_list.html
2020-05-06 14:39:03 +02:00

13 lines
310 B
HTML

{% extends "base.html" %}
{% load i18n django_tables2 %}
{% block content %}
{% render_table table %}
{% if user.admin %}
<hr>
<a href="{% url "tournament:create_pool" %}"><button class="btn btn-secondary btn-block">{% trans "Add pool" %}</button></a>
{% endif %}
{% endblock %}