|
|
@ -33,7 +33,11 @@
|
|
|
|
{{ date | date(format="%B %Y") }}
|
|
|
|
{{ date | date(format="%B %Y") }}
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
{% else %}
|
|
|
|
{% else %}
|
|
|
|
{{ date | date(format="%d %b %Y", locale=date_locale) }}
|
|
|
|
{% if short %}
|
|
|
|
|
|
|
|
{{ date | date(format="%-d %b %Y", locale=date_locale) }}
|
|
|
|
|
|
|
|
{% else %}
|
|
|
|
|
|
|
|
{{ date | date(format="%d %b %Y", locale=date_locale) }}
|
|
|
|
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
|
|
|
|
{% endmacro %}
|
|
|
|
{% endmacro %}
|
|
|
|