]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/templates/sidebar/user_blocks.html
#OSQA-574, we make an attempt to import the with statement from the __future__ packag...
[osqa.git] / forum / skins / default / templates / sidebar / user_blocks.html
1 {% load markup %}
2
3 {% if show %}
4 {% if wrap %}<div id="{{ blockid }}" class="boxC">
5     <div class="body">{% endif %}
6         {{ content }}
7      {% if wrap %}</div>
8 </div>{% endif %}
9 {% endif %}