{% extends 'base.html.twig' %} {% block title %}Génération de signature{% endblock %} {% block body %}

Génération de signature

Votre logo

{% if logo is not empty %} {% include 'list/logo.html.twig' with { logo: logo } %} {% else %}

Aucun logo trouvé

Ajouter un logo {% endif %}

Votre bannière

{% if banner is not empty %} {% include 'list/banner.html.twig' with { banner: banner } %} {% else %}

Aucune bannière trouvée

Ajouter une bannière {% endif %}

Votre équipe

{% include 'list/team.html.twig' with { teams: teams } %}
{% endblock %}