plateforme-tfjm2/templates/tournament/pool_list.html

13 lines
310 B
HTML
Raw Normal View History

2020-05-05 02:45:38 +00:00
{% 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 %}