{% load htmleditor_tags %}
{% news_image news as image %} {% if image %}
{{ image.alt }} {% endif %}

{{ news.title }}

{{ news.date_created|date }}
{% if perms.htmleditor.change_newsarticle %} {% endif %}{% docreplace news.content as content %}{{ content|truncatewords_html:20 }}

Source{{ news.sources.count|pluralize }}: {% for source in news.sources.all %} {{ source }}{% if not forloop.last %} &{% endif %} {% endfor %}