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

    {% trans "Use this page to create a new metric within Holodeck. Once done you'll be able to configure your client to send samples to it and it will appear on your dashboard." %}


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