{% extends "htmleditor/newsarticle_base.html" %} {% load static htmleditor_tags %} {% block title %}{{ block.super }} | {{ title|default:'News' }}{% endblock %} {% block article %} {% if object_list %}
{% for news in object_list %} {% include 'htmleditor/news_summary.html' %} {% endfor %} {% if object_list|length > 2 %} {# Blank divs to push news-summary items to left #}
{% endif %}
{% else %}

No News Articles found.

{% endif %} {% endblock %}