{# bs5ok #} {% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load django_bootstrap5 %} {% block title %}Subscription to {{ clist.long_name }}{% endblock %} {% block content %} {% origin %}

Subscription to {{ clist.long_name }}

{% bootstrap_messages %}

Get notified when changes happen to any of the tracked documents.

{% if existing_subscriptions %}

Existing subscriptions

Back to list

{% endif %}

Add new subscription

The email addresses you can choose between are those registered in your profile .

{% if form.fields.email.queryset %}
{% csrf_token %} {% bootstrap_form form %} Back to list
{% else %}
You do not have any active email addresses registered with your account. Go to your profile and add or activate one.
Back to list {% endif %} {% endblock %}