{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load bootstrap3 %} {% block title %}Send Notification{{ formset|pluralize }}{% endblock %} {% block content %} {% origin %}

Send Notification{{ formset|pluralize }}
{{ ipr }}

{% csrf_token %} {% bootstrap_formset formset %} {% buttons %} {% endbuttons %}
{% endblock %}