{% extends 'forums/base.html' %} {% load bootstrap %} {% load guardian_tags %} {% load automarkup %} {% load scipost_extras %} {% block breadcrumb_items %} {{ block.super }}
{% endblock %} {% block pagetitle %}: {% if forum.meeting %}Meeting{% else %}Forum{% endif %} details{% endblock pagetitle %} {% block content %} {% get_obj_perms request.user for forum as "forum_user_perms" %}Parent: {{ forum.parent }}
{% endif %} {% if forum.child_forums.all|length > 0 %}Descendants: {% for child in forum.child_forums.all %}{{ child }}{% if not forloop.last %}, {% endif %}{% endfor %}
{% endif %} {% if "can_administer_forum" in forum_user_perms %}