{% trans_default_domain 'admin' %} {% set t_root_base = 'admin.email' %}

{{ ( t_root_base ~ '.hi' )|trans }}

{% block body %}{{ ( t_root_base ~ '.no-content' )|trans }}{% endblock %}

{{ ( t_root_base ~ '.cheers')|trans }}

{{ ( t_root_base ~ '.team')|trans }}