{% extends "htmx/base.html" %} {% load static %} {% block main %}

Argus v{{ short_version }}

{% if support_release_watching %} {% if latest_version %}

Latest release: {{ latest_version }}

{% else %}

Latest release: none fetched

{% endif %} {% if request.user.is_authenticated and request.user.is_staff %}
{% csrf_token %}
{% endif %} {% endif %}

Contact info, mailing lists etc.

Official Argus landing page @ GÉANT

Documentation

Argus documentation @ Read the Docs

Bug tracker

Argus issues @ Github

Funded by

{% endblock main %}