{% extends "base.html" %} {% load i18n cms_tags %} {% block tpl_id %}tpl_col_two{% endblock %} {% block content %}

{% show_editable_page_title %}

{% include "sidebar_submenu.html" %} {% block col_sidebar %} {% with "220" as width %} {% placeholder col_sidebar %} {% endwith %} {% endblock %}
{% block col_left %} {% with "640" as width %} {% placeholder col_left %} {% endwith %} {% endblock %}
{% endblock %}