{% extends 'base.html' %}
{% block title %}{{ groupe.name }}{% endblock %}
{% block dialogs %}
{% set current_url = "/groupe/" + groupe.uuid %}
{% with share_link=config.BASE_URL+current_url, share_qrlink=current_url + "/qr" %}
{% include 'components/share_dialog.html' %}
{% endwith %}
{% endblock %}
{% block content %}
{{ groupe.name }}