{% load listify %} ComputerOperating SystemDNS NameStatusPeople {% for computer in computers %} {{ computer.sword }} {% with computer.operating_system as operating_system %} {% if operating_system.url %}{% endif %}{% if operating_system.image %} {% endif %}{{ operating_system }}{% if operating_system.url %}{% endif %} {% endwith %} {{ computer.full_name }} {% if computer.online %}Online{% else %}Offline{% endif %} {% if computer.online and computer.login_set.all %}{% listify login in computer.login_set.all %}{{ login.person }}{% endlistify %}{% else %}None{% endif %} {% endfor %} {# vim: set filetype=htmldjango: #}