{% extends "bootstrap3/base_layout.html" %} {% load i18n static %} {% block page-title %}{% if current_workspace %}{{ current_workspace.name }} - {% endif %}{% trans 'Dashboard' %}{% endblock %} {% block content %} {{ block.super }}
{% include "dash/snippets/messages_snippet.html" %} {% for placeholder in placeholders %}
{{ placeholder.render_for_view|safe }}
{% endfor %}
{% endblock content %}