Name Description Status {% for psu in psus %} {{ psu.name }} {{ psu.descr }} {% if psu.up == 'y' %} {% endif %} {% if psu.up == 'n' %} {% endif %} {% if psu.up == 'u' %} {% endif %} {% if psu.up == 'w' %} {% endif %} {% endfor %}