{% for device_config in device_configurations.items() %}
Name
{{ device_config.name }}
Device ID
{{ device_config.idx }}
Stylers:
{% for styler in device_config.stylers %}
{% for key, value in styler.items() %}
{{ key }}
{{ value }}
{% endfor %}
{% 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 %}