{% extends "facebook/canvas" %} {% load facebook %} {% block title %}Computers: {{ computer.sword }}{% endblock %} {% block body %}
{{ computer.sword }} is online. |
DNS Name: | {{ computer.full_name }} |
OS: | {% with computer.operating_system as operating_system %}{% if operating_system.url %}{{ operating_system }}{% else %}{{ operating_system }}{% endif %} |
{% endwith %}
IP Address: | {{ computer.ip_address }} |
Processor: | {{ computer.processor }} |
Roles: | {% for role in roles %}{{ role.full_name }}
{% endfor %} |
Useful information about this?