{% load i18n %}{% load markup %} {% comment %} For layout see: http://matthewjamestaylor.com/blog/perfect-2-column-right-menu.htm http://www.456bereastreet.com/lab/developing_with_web_standards/csslayout/2-col/ http://www.456bereastreet.com/lab/developing_with_web_standards/csslayout/2-col/finished.html {% endcomment %} {% block title %}{% if title %}{{ title }}{% else %}{% endif %}{% endblock title %} {% block js %} {% endblock js %} {% block includedjs %} {% include "js.html" %} {% endblock includedjs %} {% block extrahead %} {% endblock extrahead %} {% block xbody %} {% block body %} {% block xcontainer %}
{% block container %} {% if not is_popup %} {% block xheader %} {% endblock xheader %} {% block xnav %} {% endblock xnav %} {% endif %}
{% comment %}col1 - Column 1 start{% endcomment %} {% block xoutercontents %}
{% comment %}

{% if title %}{{ title }}{% else %}{% endif %}

{% endcomment %} {% block xpagetop %}
{% block pagetop %} {% endblock pagetop %}
{% endblock xpagetop %} {% block xmessages %} {% if messages %}
{% block messages %} {% if messages|length_is:"1" %} {% for message in messages %}

{{ message }}

{% endfor %} {% else %}
    {% for message in messages %}
  • {{ message }}
  • {% endfor %}
{% endif %} {% endblock messages %}
{% endif %} {% endblock xmessages %} {% block xcontents %}
{% block contents %} {% endblock contents %}
{% endblock xcontents %} {% block xpagebottom %}
{% block pagebottom %} {% endblock pagebottom %}
{% endblock xpagebottom %}
{% endblock xoutercontents %} {% comment %}col1 - Column 1 end{% endcomment %}
{% if not is_popup %}
{% comment %}col2 - Column 2 start{% endcomment %} {% include "common/sidebar.html" %} {% comment %}col2 - Column 2 end{% endcomment %}
{% endif %} {% comment %}colleft end{% endcomment %} {% comment %}colmask rightmenu end{% endcomment %}
{% if not is_popup %} {% block xfooter %} {% endblock xfooter %} {% endif %} {% endblock container %}
{% endblock xcontainer %} {% endblock body %} {% endblock xbody %}