{% for categorization in categorizations %}
{% alias categorization.content_object as 'article' %}
{{ article.name }}
{% if article.author %}{% trans "By"%} {{ article.author }}{% endif %}
{% endfor %}
{% else %}
{% if newsletter.content_category.image %} {% endif %}
{{ newsletter.content_category.description|smart_style }}