{% extends "base.html" %} {# Copyright The IETF Trust 2021, All Rights Reserved #} {% load origin %} {% load bootstrap3 %} {% block title %}{{ action|capfirst }} {{material.type.name}} for {{ material.meeting }} proceedings{% endblock %} {% block content %} {% origin %}

{{ action|capfirst }} material

{{ action|capfirst }} {{material}} for the {{ material.meeting }} proceedings?

{% csrf_token %} {% buttons %} Cancel {% endbuttons %}
{% endblock %}