{% trans_default_domain "admin" %} {% trans with {'%count%': notificationCount} %}admin.notifications.email.subject{% endtrans %}
 

{% trans with {'%name%': user.name } %} admin.notifications.email.introduction{% endtrans %}

{% trans with {'%count%': notificationCount} %} admin.notifications.email.newNotificationsBodyText{% endtrans %}