{% 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:
{% with post.nr_followups as nr_followups %} {{ nr_followups }} followup{{ nr_followups|pluralize }} {% endwith %} {% with post.latest_followup_in_hierarchy as latest_followup %} {% if latest_followup %} , latest: {{ latest_followup.subject }} posted by {{ latest_followup.posted_by.first_name }} {{ latest_followup.posted_by.last_name }} on {{ latest_followup.posted_on|date:"Y-m-d H:m" }} {% endif %} {% endwith %}