19 lines
1.3 KiB
Twig
19 lines
1.3 KiB
Twig
|
|
{% extends 'legal/_layout.html.twig' %}
|
||
|
|
|
||
|
|
{% block title %}CGU - E-Cosplay Ticket{% endblock %}
|
||
|
|
{% block legal_title %}Conditions Générales d'Utilisation{% endblock %}
|
||
|
|
|
||
|
|
{% block legal_content %}
|
||
|
|
<h2 class="text-2xl font-black uppercase text-gray-900">Article 1 — Objet et Promotion du Site</h2>
|
||
|
|
<p>E-Cosplay Ticket est une plateforme de billetterie en ligne destinée aux associations, proposée à tarifs réduits. Les présentes CGU régissent l'utilisation de cette plateforme, éditée par l'association E-Cosplay.</p>
|
||
|
|
|
||
|
|
<h2 class="text-2xl font-black uppercase text-gray-900 mt-8">Article 2 — Accès au service</h2>
|
||
|
|
<p>La plateforme est accessible gratuitement à tout utilisateur disposant d'un accès internet. L'achat de tickets nécessite la création d'un compte.</p>
|
||
|
|
|
||
|
|
<h2 class="text-2xl font-black uppercase text-gray-900 mt-8">Article 3 — Responsabilités</h2>
|
||
|
|
<p>L'association E-Cosplay s'efforce d'assurer la disponibilité du service mais ne saurait être tenue responsable en cas d'interruption temporaire.</p>
|
||
|
|
|
||
|
|
<h2 class="text-2xl font-black uppercase text-gray-900 mt-8">Article 4 — Données personnelles</h2>
|
||
|
|
<p>Voir notre <a href="{{ path('app_rgpd') }}" class="text-indigo-600 underline font-black">Politique RGPD</a>.</p>
|
||
|
|
{% endblock %}
|