{% extends host_template %} {% load i18n cyclope_utils fb_versions dbgettext_tags %} {% block content %}
{% if newsletter.regions == 'tc' or newsletter.regions == 'tcl' %} {% endif %} {% if newsletter.regions == 'cl' or newsletter.regions == 'tcl' %} {% endif %}
{% with categorizations=newsletter.catz_by_region.0 %} {% for categorization in categorizations %} {% spaceless %} {% join categorization.content_type.app_label "/" categorization.content_type.model "_" inline_view_name "_top.html" as template_path %} {% alias categorization.content_object as categorization.content_type.model %} {% endspaceless %} {% include template_path with current_object=categorization.content_object host_template="cyclope/inline_view.html" %} {% endfor %} {% endwith %}
{% with categorizations=newsletter.catz_by_region.1 %} {% for categorization in categorizations %} {% spaceless %} {% join categorization.content_type.app_label "/" categorization.content_type.model "_" inline_view_name "_center.html" as template_path %} {% alias categorization.content_object as categorization.content_type.model %} {% endspaceless %} {% include template_path with current_object=categorization.content_object host_template="cyclope/inline_view.html" %} {% endfor %} {% endwith %} {% with categorizations=newsletter.catz_by_region.2 %} {% for categorization in categorizations %} {% spaceless %} {% join categorization.content_type.app_label "/" categorization.content_type.model "_" inline_view_name "_lateral.html" as template_path %} {% alias categorization.content_object as categorization.content_type.model %} {% endspaceless %} {% include template_path with current_object=categorization.content_object host_template="cyclope/inline_view.html" %} {% endfor %} {% endwith %}
{% endblock %}