{% extends "base.html" %} {% block title %}Subscribers · IP TM Manager{% endblock %} {% block body %}
Recipients of the daily report. Each has their own format, design, language, and classes of interest.
| Name | Prefs | Classes | Fee | Status | ||
|---|---|---|---|---|---|---|
| {{ s.name }}{% if s.company %} {{ s.company }}{% endif %} |
{{ s.email }} | {{ s.pref_format }} · {{ s.pref_design }} · {{ s.pref_language }} | {% if s.classes_of_interest %}{{ s.classes_of_interest }}{% else %}all{% endif %} | {{ s.monthly_fee }} | {{ 'active' if s.active else 'paused' }} | |
| No subscribers yet. | ||||||