{% extends "base.html" %} {% block title %}{{system.hostname}}{% endblock %} {% block content %}
{{system.hostname}}
IP addresses
{% for ip in system.addresses %}
  • {{ip.address}}
  • {% endfor %}
    {% endblock %}