Files
chill-bundles/Resources/views/Extensions/PrintOrMessage/blockquote_date.html.twig

1 line
198 B
Twig

{% if value is not empty %}<blockquote class="chill-user-quote">{{ value|format_date(date_format) }}</blockquote>{% else %}<span class="chill-no-data-statement">{{ message|trans }}</span>{% endif %}