translations + alert message position

This commit is contained in:
2022-01-10 12:57:25 +01:00
parent afae3b58c2
commit e84182cdac
4 changed files with 7 additions and 3 deletions

View File

@@ -1,6 +1,8 @@
{% extends "@ChillMain/layout.html.twig" %}
{% block title 'notification.show notification from %sender%'|trans({ '%sender%': notification.sender|chill_entity_render_string })~' '~notification.title %}
{% block title 'notification.show notification from %sender%'|trans(
{ '%sender%': notification.sender|chill_entity_render_string }
) ~ ' ' ~ notification.title %}
{% block js %}
{{ parent() }}