{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Login" %}{% endblock %} {% block brcrmb_container %}{% endblock %} {% block content %}

{% trans "Welcome" %}

{% blocktrans %}Welcome to GRNET's FoD service.{% endblocktrans %}

{% blocktrans %}If you are new to the service, take some time to read the service description{% endblocktrans %} {% trans "here" %}.

{% blocktrans %}If you have properly set your Shibboleth attributes, you can login using the link on the right{% endblocktrans %}

{% blocktrans %}For troubleshooting info and remarks do not hesitate to contact GRNET's Helpdesk.{% endblocktrans %}

{% trans "Shibboleth Login" %}

{% endblock %}