{% extends 'base_catalog.html' %}
{% load static %}
{% load i18n %}
{% block bread_scrumbs %}
{% if object.population %}
- {% trans 'Население' %}:{{ object.population }} {% trans 'человек' %}
{% endif %}
{% if object.code_IATA %}
- Код IATA:{{ object.code_IATA.code }}
{% endif %}
{% if object.phone_code %}
- {% trans 'Телефонный код' %}:+{{ object.phone_code }}
{% endif %}
{% if object.transport %}
- {% trans 'Транспорт' %}:{{ object.transport }}
{% endif %}
|
{% if object.famous_places %}
| {% trans 'Должны посетить' %}: |
{{ object.famous_places }}
|
{% endif %}
{% if object.shoping %}
| {% trans 'Шоппинг' %}: |
{{ object.shoping }}
|
{% endif %}
{% if object.description %}
Описание
{{ object.description }}
{% endif %}
{% if object.get_photos %}
{% endif %}
{% if object.get_events %}