{% extends 'core/base.html' %} {% load staticfiles %} {% load distro_tracker_extras %} {% block extra-js %} {% endblock %} {% block content %} {% include 'accounts/_choose-keywords-modal.html' %} {% with team=membership.team %} {% with email=membership.user_email.email %} {% with accordion_id="accordion-membership-packages" %}

Membership management for {{ team }}

{% for pkg in package_list %}
{% if pkg.get_absolute_url %} {{ pkg }} {% else %} {{ pkg }} {% endif %}
{% if pkg.is_muted %}
{% csrf_token %}
{% else %}
{% csrf_token %}
{% endif %}
Package specific keywords:
    {% for keyword in pkg.keywords %}
  • {{ keyword }}
  • {% endfor %}
Modify
{% endfor %}
{% endwith %}{% endwith %}{% endwith %} {% if is_paginated %}
{% endif %} {% endblock %}