{% load box_tags %} {% load i18n %} {% load theme_tags %} {% list_boxes as sidebar_boxes tags=TEMPLATE_BOXES_GROUP_TAGNAME limit=TEMPLATE_BOXES_GROUP_LIMIT %}
{% if sidebar_boxes %} {% for box in sidebar_boxes %}

{{ box.title }}

{{ box.safe_content }}
{% if user.profile.is_superuser %} Admin: Edit {{ box.title|title }} Box {% endif %}
{% endfor %} {% else %} {% if request.user.is_authenticated %}

Add a box and use the tag {{ TEMPLATE_BOXES_GROUP_TAGNAME }} to add content to this area. The Title of the box will be the heading and the content will display below. You can add up to {{ TEMPLATE_BOXES_GROUP_LIMIT }} boxes to your sidebar.

{% endif %} {% endif %}
{% theme_setting setting_name %}