{% extends "layout.html" %} {% block content %} {{ buttons|button_bar|safe }} {% if json_data %} {% if dimensions %}
{% else %}
{% endif %} {% else %}

{{ _('no data to display')|uc_first }}

{% endif %}
{{ form.csrf_token }}

{{ _('colors')|uc_first }}

{% for item in form.classes %}
{{ form[item.data] }} {{ item.label }}
{% endfor %}

{{ _('network options')|uc_first }}

{% if entity %} {{ form.depth(class_=config.CSS.string_field) }} {{ form.depth.label.text|uc_first }} {% else %} {{ form.orphans }} {{ _('show orphans')|uc_first }} {% endif %}
{{ form.width(class_=config.CSS.string_field) }} {{ form.width.label.text|uc_first }}
{{ form.height(class_=config.CSS.string_field) }} {{ form.height.label.text|uc_first }}
{{ form.charge(class_=config.CSS.string_field) }} {{ form.charge.label.text|uc_first }}
{{ form.distance(class_=config.CSS.string_field) }} {{ form.distance.label.text|uc_first }}
{% endblock %}