{% trans "News from the organisation" %} {% ifpermission "" request.user 'djinn_news.add_news' %} {% endifpermission %}
-
{% for highlight in view.news %}
-
{{ highlight.content_object.text|safe|abbreviate:100 }}
{% endcomment %}
{% endfor %}
{% trans "No news" %}
{% endif %}