{# templates/client/client_forgot_password.html.twig #} {% extends 'base.html.twig' %} {% block title %}{{ title }}{% endblock %} {% block description %}{{ description }}{% endblock %} {% block body %}
  • Accueil
  • Client : Mot de passe oubliĆ©

Client : Mot de passe oubliƩ

{% if alert %}{{ alert|raw }}{% endif %}
{{ render(controller('App\\Controller\\LayoutController::rightColumn', {'current': current})) }}
{% endblock %}