{% 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 %} {% with can_add_forum=perms.forums.add_forum can_change_forum=perms.forums.change_forum meeting=forum.meeting %}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_change_forum %}Grant permissions to a new group
Groups with permissions [click on the Group's name to manage permissions]:
Users with permissions:
{{ post.cf_nr_followups }} followup{{ post.cf_nr_followups|pluralize }} {% with post.cf_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:i" }} {% endif %} {% endwith %}