{% extends 'core/panels/panel.html' %} {% load distro_tracker_extras %} {% block panel-header %}
{{ panel.title }}
{% endblock %} {% block panel-body %} {% with news=panel.context.news %} {% include "core/news_list.html" %} {% endwith %} {% if panel.context.has_more %}
{% endif %} {% endblock %}