{% load cms_tags i18n libs_tags multilingual_news_tags thumbnail %}
{% if news_entry.author %}{% trans "By" %} {{ news_entry.author }}{% endif %} {% if news_entry.pub_date %}{{ news_entry.pub_date.date }}{% else %}Mon D, YYYY{% endif %} {% if news_entry.categories.all %} {% for category in news_entry.categories.all %} {{ category.title }}{% if not forloop.last %},{% endif %} {% endfor %} {% endif %} {% if news_entry.tags.all %} {% for tagged_item in news_entry.tags.all %} {{ tagged_item.tag.name }}{% if not forloop.last %},{% endif %} {% endfor %} {% endif %}
{% if detail_view %} {% if news_entry.image %}