{% extends "base.html" %} {% comment %} Copyright (C) 2018-2025 by BDE ENS Paris-Saclay SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load i18n static django_tables2 %} {% block containertype %}container-fluid{% endblock %} {% block content %}
{# User details column #}
{% trans "Please select a family" %}
{# Family selection column #}

{% trans "Families" %}

{# User search with autocompletion #}
{# Summary of challenges and validate button #}

{% trans "Challenges" %}

{# Create family/challenge buttons #}

{% trans "Create a family or challenge" %}

{% if can_add_family %} {% trans "Add a family" %} {% endif %} {% if can_add_challenge %} {% trans "Add a challenge" %} {% endif %}
{# Buttons column #}
{# Regroup buttons under categories #}
{# Tabs for list and search #} {# Tabs content #}
{% for challenge in all_challenges %} {% endfor %}
{# Mode switch #}
{# transaction history #}

{% trans "Recent achievements history" %}

{% render_table table %}
{% endblock %} {% block extrajavascript %} {% endblock %}