{% extends 'zbx_dashboard/base.html' %} {% load i18n %} {% block content %} {% for board in object_list %}

{{ board.title }}

{{ board.description }}

{% empty %}

{% trans "No dashboards" %}

{% endfor %} {% endblock %}