{% load device %} {% load traffic_rates %} {% load angular %} {% if agg.version %}
Overall status
{% with agg.get_status_problems as status_problems %} {% if status_problems %} Problems detected: {% endif %} {% endwith %}
Last config download
{% if agg.last_config_download %} {{ agg.last_config_download }} UTC {% endif %}
Software version
{{ agg.version }} {% if agg.bonding_version_deprecated %} Bonding deprecated {% endif %}
Device
{{ agg|device_info }}
{% else %}
{{ agg.name | escapeangular_unsafe }} has never been online.
{% endif %}