{% extends "widget/base.html" %} {% load i18n %} {% load feincms_tags %} {% block content %} {% with widget.news_count as count %} {% for object in widget.get_last_news %}

{{ object.title }}

{% feincms_render_region object "preview" request %}

{% trans "More" %}

{% endfor %} {% endwith %} {% endblock %}