1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2024-11-26 19:27:41 +00:00
plateforme-tfjm2/participation/templates/participation/tournament_payments.html
Emmy D'Anello 2c54f315f6
Add payments table page
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
2024-02-23 22:58:23 +01:00

12 lines
322 B
HTML

{% extends "base.html" %}
{% load django_tables2 i18n %}
{% block content %}
{% render_table table %}
<a href="{% url "participation:tournament_detail" pk=tournament.pk %}" class="btn btn-primary">
<i class="fas fa-long-arrow-alt-left"></i> {% trans "Back to tournament page" %}
</a>
{% endblock %}