{% extends "holodeck/layout.html" %} {% load i18n %} {% block title %}{% trans "New Dashboard" %} | {{ block.super }}{% endblock %} {% block breadcrumb %}
  • {% trans "New Dashboard" %}
  • {% endblock %} {% block main %}

    {% trans "Use this page to create a new dashboard within Holodeck. Once done, you'll be able to configure its widgets." %}


    {% csrf_token %}
    {% trans "Dashboard Details" %} {% for field in form %} {% include "holodeck/partial/_form_field.html" %} {% endfor %}
    {% endblock %}