{% load i18n humanize auth_tags djinn_contenttypes contentblock_tags %} {% if view.news|length > 0 and view.sticky_item %}
{% endif %}

{% trans "News from the organisation" %} {% ifpermission "" request.user 'djinn_news.add_news' %} {% endifpermission %}

{% if view.news|length > 0 %} {% if view.show_more %} {% trans "All news" %} {% endif %} {% else %}
{% trans "No news" %}
{% endif %}