chill-bundles/templates/Extensions/PrintOrMessage/blockquote_date.html.twig

1 line
213 B
Twig

{% 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 %}