{% extends 'emails/base.html.twig' %} {% block title %}Nouveau ticket {{ ticket.reference }} — Bubul{% endblock %} {% block content %}
{{ firstMessage.content }}
{% include 'emails/_atoms/button/button.html.twig' with { label: "Répondre au ticket", href: adminUrl } only %} {% endblock %}