Files
crm_ecosplay/templates/facture/verify_invalid.html.twig
Serreau Jovann 0e1f249cc3 fix: remplacement emails - contact@ devient client@, monitor@ devient notification@
- contact@e-cosplay.fr remplace par client@e-cosplay.fr dans 87 fichiers
  (PDFs, templates, emails, controllers, DocuSeal submitters)
- monitor@e-cosplay.fr remplace par notification@e-cosplay.fr dans 4 fichiers
  (webhooks DocuSeal, commandes DNS/NDD, controller echeancier)
- Ajout lien "En savoir plus sur notre association" vers www.e-cosplay.fr
  sur la page migration SITECONSEIL

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 15:11:08 +02:00

28 lines
1.3 KiB
Twig

{% extends 'base.html.twig' %}
{% block title %}Facture invalide - Association E-Cosplay{% endblock %}
{% block body %}
<main class="max-w-2xl mx-auto px-4 py-16">
<div class="glass p-10 text-center">
<div class="mx-auto mb-6 w-20 h-20 bg-red-500/20 flex items-center justify-center">
<svg class="w-10 h-10 text-red-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"/>
</svg>
</div>
<h1 class="text-2xl font-bold heading-page mb-2">Facture non verifiee</h1>
<p class="text-sm text-red-600 font-bold mb-6">Ce document n'a pas pu etre authentifie.</p>
<p class="text-xs text-gray-500 leading-relaxed mb-6">
La facture est introuvable ou le lien de verification est invalide.<br>
Si vous avez recu cette facture par un tiers, il peut s'agir d'un <strong>faux document</strong>.
</p>
<p class="text-[10px] text-gray-400 uppercase tracking-widest">
En cas de doute, contactez-nous : <a href="mailto:client@e-cosplay.fr" class="text-[#fabf04] hover:underline">client@e-cosplay.fr</a>
</p>
</div>
</main>
{% endblock %}