{% extends "zephyr/base.html" %} {% block nav %}
  • Log out
  • Manage subscriptions
  • {% endblock %} {% block content %}

    Current subscriptions

    {% csrf_token %} {% for subscription in subscriptions %} {% endfor %}
    Unsubscribe? Class
    {{ subscription }}

    Add new subscriptions

    {% csrf_token %}
    {% endblock %}