{% extends 'micboard/base.html' %} {% block title %}Wall Sections - Micboard{% endblock %} {% block content %}

Sections for Wall: {{ wall.name|default:wall.pk }}

{% if sections %} {% else %}
No sections found for this wall.
{% endif %} Back to Wall {% endblock %}