add show-hide module for javascript

This commit is contained in:
2019-12-03 15:04:22 +01:00
parent e6bf77530b
commit 1860a6bae4
9 changed files with 135 additions and 19 deletions

View File

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

View File

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