{% extends "base.html" %} {% load i18n %} {% block extrahead %} {% endblock %} {% block title %}{% trans "Terms of Service" %}{% endblock %} {% block breadcrumbs %}
  • /{% trans "Terms of Service" %}
  • {% endblock %} {% block content %} {% csrf_token %}
    {% blocktrans %}The FoD service is provided by GRNET to the academic and research community and the use of the service should only be done to promote academic, educational and research purposes. The following terms apply to all users of the service. These terms of use, as applicable, and each time amended, constitute the contract between the service users and GRNET. To use the service, users are required to accept the following terms.{% endblocktrans %}

    {% trans "Potential Users" %}

    {% blocktrans %}The service is targeted at the Network Operation Centers (or similar structures) approved by the board of GRNET SA, participating in the federal identification using Shibboleth. The service is provided to mitigate network attacks aimed at network equipment. The entrance and use of the service requires proper configuration and release of specific Shibboleth attributes.{% endblocktrans %}
    {% endblock %}