{% extends 'pirati_cz.html' %} {%block body%}

Seznam dostupných newsletterů{% if 'add_news_list' in actions %}(nový){%endif%}


{% if newsletters|length > 0 %}
{%csrf_token%} {%comment%}{%endcomment%} {% if 'news_list_details' in actions %} {%endif%} {% if 'news_list_actions' in actions %} {%endif%} {% for nl in newsletters %} {%comment%}{%endcomment%} {% if 'news_list_details' in actions %} {%endif%} {% if 'news_list_actions' in actions %} {% endfor %}
Název Perioda PopisSprávce Rozesílatelé Odběratelů AktivníAkce
{{nl.name}} {{nl.get_period_display}} {{nl.desc}}{{nl.managed_by}} {% for u in nl.sent_by.all %}{{u}}
{%endfor%}
{{nl.get_recip_users_count}} {% if nl.enabled %}ano{%else%}ne{%endif%}Upravit {%endif%}
{%comment%}{%endcomment%}
{%else%} Žádné položky {%endif%}
 
{%endblock%}