{% load i18n static cms_tags sekizai_tags %} {% if object.title %}

{{ object.title }}

{% endif %}
{% if object.get_route_planner %}
{% if object.route_planner_title %} {{ object.route_planner_title }} {% endif %}
{% endif %} {# rendering plugins for frontend editing #} {% for plugin in object.child_plugin_instances %} {% render_plugin plugin %} {% endfor %} {% addtoblock "js" %}{% endaddtoblock %} {% addtoblock "js" %} {% endaddtoblock %}