{% if device_configurations | length > 1 %}

Items

{% for device_config in device_configurations.items() %}
Name{{ device_config.name }}
Device ID{{ device_config.id }}
Stylers: {% for styler in device_config.stylers %} {% for key, value in styler.items() %} {% endfor %}
{{ key }}{{ value.html_editor }}

{% endfor %}

{% endfor %} {% else %} No device name configurations are defined. This is worrisome, since the system is distributed with a number name configurations pre-configured. You might want to delete files in your ~/.astutus directory, and then reinstall the Astustus package. {% endif %}