{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Cluster Details"%}{% endblock %} {% block main %}
{% include "messagebroker/_detail_overview.html" %}
{% endblock %}