{% extends 'emails/layout/base.html.twig' %} {% block body %}
{{ 'sign.email.completedIntro'|trans({'%signer%': signerName, '%title%': title}) }}
{% include 'emails/components/_button.html.twig' with { href: link, label: 'email.sign.completedCta'|trans } only %} {% include 'emails/components/_alt_link.html.twig' with { url: link } %} {% include 'emails/components/_security.html.twig' %} {% endblock %}