{# vim: ft=htmldjango #} {% load static %} Welcome to Anthias
{% if ip_addresses %}

To manage the content on this screen, just point your browser to {% if ip_addresses|length > 1 %} any of {% endif %} the IP {% if ip_addresses|length > 1 %} addresses {% else %} address {% endif %} provided below.

{% for ip_address in ip_addresses %} {{ ip_address }} {% if not loop.last %}
{% endif %} {% endfor %}
{% else %}

Unable to retrieve IP.

{% endif %}