{% load box_tags %} {% 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 %} {% blocktrans with t=box.title|title %}Admin: Edit {{ t }} Box{% endblocktrans %} {% endif %}
{% endfor %} {% else %} {% if request.user.is_authenticated %} {% blocktrans %}

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.

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