You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{# Copyright The IETF Trust 2020, All Rights Reserved #}
3
+
{% load origin staticfiles bootstrap3 %}
4
+
5
+
{% block title %}Approved Slides for {{ submission.session.meeting }} : {{ submission.session.group.acronym }}{% endblock %}
6
+
7
+
{% block content %}
8
+
{% origin %}
9
+
10
+
<h1>These slides have already been {% if submission.status.slug == 'approved' %} approved {% else %} rejected {% endif %}</h1>
11
+
12
+
<p>The slides from {{ submission.submitter }} have already been {% if submission.status.slug == 'approved' %} approved {% else %} rejected {% endif %}. No further action is needed.</p>
13
+
14
+
<p>You may wish to
15
+
{% if submission.status.slug == 'approved' and submission.doc %}
16
+
<ahref="{% url 'ietf.doc.views_doc.document_main' name=submission.doc.name %}">view the slides</a> or
17
+
{% endif %}
18
+
<ahref="{% url "ietf.meeting.views.session_details" num=submission.session.meeting.numberacronym=submission.session.group.acronym%}">return to this meeting session</a>.</p>
0 commit comments