Added more translations and translation tags
[flowspy] / templates / welcome.html
1 {% extends "base.html" %}
2 {% load i18n %}
3 {% block title %}{% trans "Login" %}{% endblock %}
4 {% block brcrmb_container %}{% endblock %}
5 {% block content %}
6 <div id="welcome">
7 <h3>{% trans "Welcome" %}</h3>
8 <p>{% blocktrans %}Welcome to GRNET's FoD service.{% endblocktrans %}</p>
9 <p>{% blocktrans %}If you are new to the service, take some time to read the service description{% endblocktrans %} <a href="/fod/about/info/">{% trans "here" %}</a>.</p>
10 <p>{% blocktrans %}If you have properly set your Shibboleth attributes, you can login using the link on the right{% endblocktrans %}</p>
11 <p>{% blocktrans %}For troubleshooting info and remarks do not hesitate to contact GRNET's Helpdesk.{% endblocktrans %}</p>
12 </div>
13
14 <div id="loginform">
15                                         <a href="{% url login %}">
16                                         <img src="/static/shib_login.png" style="border:none;">
17                                         <p>{% trans "Shibboleth Login" %}</p>
18                                 </a>
19 </div>
20 {% endblock %}