Fixed text templates

This commit is contained in:
Slatian
2023-02-25 18:32:09 +01:00
parent 574fe77717
commit e50bd14fcf
3 changed files with 47 additions and 23 deletions

View File

@ -5,7 +5,7 @@
<dd>{{place.name}} {% if place.iso_code%}({% if iso_code_prefix %}{{iso_code_prefix}}-{% endif %}{{place.iso_code}}){% endif %}</dd>
{% else -%}
* {% if label %}{{label}}: {% endif %}{{place.name}}{% if place.iso_code%} ({% if iso_code_prefix %}{{iso_code_prefix}}-{% endif %}{{place.iso_code}}){% endif %}
{%- endif -%}
{% endif -%}
{%- endif -%}
{%- endmacro place_dl %}