mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-30 02:25:00 +00:00
notificaiton: add title to list and forms
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% extends "@ChillMain/layout.html.twig" %}
|
||||
|
||||
{% block title 'notification.show notification from %sender%'|trans({ '%sender%': notification.sender|chill_entity_render_string }) %}
|
||||
{% block title 'notification.show notification from %sender%'|trans({ '%sender%': notification.sender|chill_entity_render_string })~' '~notification.title %}
|
||||
|
||||
{% block js %}
|
||||
{{ parent() }}
|
||||
@@ -15,7 +15,7 @@
|
||||
{% block content %}
|
||||
<div class="row">
|
||||
<div class="col-md-10">
|
||||
<h1>{{ 'notification.Notification'|trans }}</h1>
|
||||
<h1>{{ notification.title }}</h1>
|
||||
|
||||
<div>
|
||||
{% include handler.getTemplate(notification) with handler.getTemplateData(notification) %}
|
||||
|
Reference in New Issue
Block a user