{% extends "base.html" %} {% load i18n %} {% block page-title %}{% trans "Dashboard" %}{% endblock %} {% block navigation %} {% activetab "main" "dashboard" %} {{ block.super }} {% endblock %} {% block sub-navigation %} {% endblock %} {% block content %} {% for n in news %}

{{ n.title }}

{{ n.message }}
{% include "booking_star.html" %}
{% trans "Created by" %}: {{ n.created_by.id|show_user_link }}
{% endfor %} {% endblock %}