{% extends 'base.html' %} {% load static %} {% block title %}{{ subscription.list_name }}{% endblock %} {% block emailer_head %} {% endblock %} {% block content %}
To subscribe to {{ subscription.list_name|lower }}, visit the subscriptions page.
{{ subscription.descriptive_text|safe }} {% if email_set %}Pages: {% for page_number in email_set.paginator.page_range %} {% if forloop.counter != 1 %} | {% endif %} {% if page_number == this_page %} {{ page_number }} {% else %} {{ page_number }} {% endif %} {% endfor %}
{% endwith %}{% if email_set.has_previous %} {% endif %} {% if email_set.has_previous and email_set.has_next %} {% endif %} {% if email_set.has_next %} {% endif %}
{% endif %} {% else %}There are no {{ subscription.list_name|lower }} at this time.
{% endif %}