{% extends theme("territories/territory.html") %} {% set meta = { 'title': territory.name, 'description': _('Datasets related to the town of %(name)s with INSEE code %(code)s and postal code %(postal)s', name=territory.name, code=territory.code, postal=territory.postal_string), 'keywords': [territory.name, territory.code, territory.postal_string], } %} {% block territory_content %}
{{ _('INSEE code:') }} {{ territory.code }}
{% if territory.postal_string %}{{ _('Postal code:') }} {{ territory.postal_string }}
{% endif %} {% if territory.population %}{{ _('Population:') }} {{ territory.population|format_number }}
{% endif %}