{% load i18n coop_edition coop_bar_tags coop_utils %} {{newsletter.subject|dehtml}} {% if editable %} {% include "coop_cms/_js_includes.html" %} {% coop_bar_headers %} {% endif %} {% if_cms_edition %} {% endif %} {% block style %} {% endblock %} {% if by_email %} {% block email_only_header %}
{% trans "If you can't view this email, " %} {% trans "read the online version" %}
{% endblock %} {% endif %}
{% block newsletter %} {% cms_edit newsletter %}
{{ newsletter.content }}
{% include "coop_cms/_newsletter_articles.html" %} {% end_cms_edit %} {% endblock %}
{% if by_email %} {% block email_only_footer %}
{% comment %}Put unsunbscribe link here{% endcomment %}
{% endblock %} {% endif %} {% block email_only_tracking %} {% comment %}Put image tracking image here{% endcomment %} {% endblock %} {% if editable %} {% include "coop_cms/_messages.html" %} {% coop_bar %} {% endif %}