{% extends "base.html" %} {# Copyright The IETF Trust 2020, All Rights Reserved #} {% load origin staticfiles bootstrap3 %} {% block title %}Approved Slides for {{ submission.session.meeting }} : {{ submission.session.group.acronym }}{% endblock %} {% block content %} {% origin %}
The slides from {{ submission.submitter }} have already been {% if submission.status.slug == 'approved' %} approved {% else %} rejected {% endif %}. No further action is needed.
You may wish to {% if submission.status.slug == 'approved' and submission.doc %} view the slides or {% endif %} return to this meeting session.
{% endblock %}