{% extends 'base_catalog.html' %} {% load static %} {% load i18n %} {% load template_filters %} {% if single_page %} {% block title %} {{ object_list.0.name|safe }} {% endblock %} {% block keywords %} {{ object_list.0.keywords }} {% endblock %} {% block descriptions %} {{ object_list.0.descriptions }} {% endblock %} {% endif %} {% block content_list %} {% if object_list %} {% if single_page %} {% with place=object_list.0 %} {% include 'includes/place/place_object.html' %} {% endwith %} {% else %} {% with object_list=object_list %} {% include 'includes/place/place_list.html' %} {% endwith %} {% endif %} {% else %}