{% extends 'forums/base.html' %} {% load bootstrap %} {% load guardian_tags %} {% load automarkup %} {% block breadcrumb_items %} {{ block.super }}
{% endblock %} {% load scipost_extras %} {% block pagetitle %}: {% if forum.meeting %}Meeting{% else %}Forum{% endif %} details{% endblock pagetitle %} {% get_obj_perms request.user for forum as "user_perms" %} {% block content %}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 perms.forums.add_forum or "can_change_forum" in user_perms %}Grant permissions to a new group
Groups with permissions [click on the Group's name to manage permissions]:
Users with permissions: