{% load theme_tags %}

{% blocktrans with t=box.title %}{{ t }}{% endblocktrans %}

{% blocktrans with c=box.content|safe %}{{ c }}{% endblocktrans %} {% if user.profile.is_superuser %} {% blocktrans with t=box.title|title %}Admin: Edit {{ t }} Box{% endblocktrans %} {% endif %}
{% theme_setting setting_name %}