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

@@ -49,7 +49,7 @@
</div>
<div class="item-row separator">
<div class="m-3">
<div class="mx-3 flex-grow-1">
{% include data.template with data.template_data %}
</div>
</div>

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() }}