{% extends "base.html" %} {# Copyright The IETF Trust 2016-2019, All Rights Reserved #} {% load origin %} {% load ietf_filters managed_groups group_filters %} {% block content %}

IETF {{ meeting_num }} meeting materials that you can edit

{% if user and user.is_authenticated %} {% with user|matman_groups as user_groups %} {% if user_groups %} {% for g in user_groups %} {% if g|has_sessions:meeting_num %}

{{ g.acronym }}

{% else %}

{{ g.acronym }} (No session requested)

{% endif %} {% endfor %} {% else %}

You cannot manage the meeting materials for any groups.

{% endif %} {% endwith %} {% else %}

You cannot manage the meeting materials for any groups.

{% endif %} {% endblock %}