mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 14:25:00 +00:00
sf4 resolve errors and depreciations
This commit is contained in:
1
templates/Extensions/PrintOrMessage/blockquote.html.twig
Normal file
1
templates/Extensions/PrintOrMessage/blockquote.html.twig
Normal file
@@ -0,0 +1 @@
|
||||
{% if value is not empty %}<blockquote class="chill-user-quote">{{ value|nl2br }}</blockquote>{% else %}<span class="chill-no-data-statement">{{ message|trans }}</span>{% endif %}
|
@@ -0,0 +1 @@
|
||||
{% if value is not empty %}<blockquote class="chill-user-quote">{{ value|localizeddate(date_format, time_format) }}</blockquote>{% else %}<span class="chill-no-data-statement">{{ message|trans }}</span>{% endif %}
|
1
templates/Extensions/PrintOrMessage/default.html.twig
Normal file
1
templates/Extensions/PrintOrMessage/default.html.twig
Normal file
@@ -0,0 +1 @@
|
||||
{% if value is not empty %}{{ value|trans }}{% else %}<span class="chill-no-data-statement">{{ message|trans }}</span>{% endif %}
|
@@ -0,0 +1 @@
|
||||
{% if value is not empty %}{{ value|localizeddate(date_format, time_format) }}{% else %}<span class="chill-no-data-statement">{{ message|trans }}</span>{% endif %}
|
Reference in New Issue
Block a user