{% extends "bootstrap2/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 }}
{% for placeholder in placeholders %}
{{ placeholder.render_for_edit|safe }}
{% endfor %}
{% endblock content %}