{% if env.getRequestParameter("id") != null %} {% set url = env.getInternalUrl(null, "id=" ~ env.getRequestParameter("id"), TRUE) %} {% else %} {% set url = env.getInternalUrl(null, null, TRUE) %} {% endif %} {% for cssSource in skin.getCssSources() %} {% endfor %} {% if cssReferences is defined %} {% for cssSource in cssReferences %} {% endfor %} {% endif %} {% if env.getConfig("facebook_appid") %} {% endif %} {{ env.getConfig("head_code")|raw }} {% block navigation %} {% include 'navigationbar.twig' %} {% endblock %}
{% block page_header %} {% endblock %} {% block page_columns %}
{% include 'breadcrumb.twig' %}
{% block messages_block %} {{ viewHandler.renderBlock("messagesblock")|raw }} {% endblock %}
{% if blocks.content_top is defined %} {% for uiBlock in blocks.content_top %}
{{ viewHandler.renderBlock(uiBlock.id, uiBlock)|raw }}
{% endfor %} {% endif %} {{ block("page_content") }} {% if blocks.content_bottom is defined %} {% for uiBlock in blocks.content_bottom %}
{{ viewHandler.renderBlock(uiBlock.id, uiBlock)|raw }}
{% endfor %} {% endif %}
{% if blocks.sidebar is defined %} {% for uiBlock in blocks.sidebar %}
{{ viewHandler.renderBlock(uiBlock.id, uiBlock)|raw }}
{% endfor %} {% endif %}
{% endblock %}
{% for jsSource in skin.getJavaScriptSources() %} {% endfor %} {% if scriptReferences is defined %} {% for jsSource in scriptReferences %} {% endfor %} {% endif %}