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