{% extends 'base.html' %} {% block title %}Create{% endblock %} {% block main %}
{% if api == 'device' %}

Create New Device

{% elif api == 'test' %}

Create New Test

A short description name of the test class.
A longer-format description of the test class.
{% elif api == 'task' %}

Create New Task

Must return a value for `measured`.
Typically a limit value.
{% endif %}
{% endblock %}