- {% if sketches %}
- {% for sketch in sketches %}
-
- {{ widgets.SketchTeaser(sketch=sketch) }}
-
- {% endfor %}
- {% endif %}
+
+ {% if sketches %}
+ {% for sketch in sketches %}
+
+ {{ widgets.SketchTeaser(sketch=sketch) }}
- {% if not sketches %}
-
{{member.full_name}} has not created any skecth yet.
- {% endif %}
+ {% endfor %}
+ {% endif %}
+ {% if not sketches %}
+
{{member.full_name}} has not created any skecth yet.
+ {% endif %}