{% trans "The following is a list of the items in cinder.conf that the diagnostic test is scanning for. If the value of the item is blank, it indicates that this item is either missing or misspelled in the configuration file." %}
{% for results in test.config_test_results %}
{% trans "Driver Configuration" %}
{{ results.backend_name }}
{% for key, value in results.config_items.items %}