{% load i18n %}

{% translate "Note on Template: You can use Jinja2 Template syntax" %} (http://jinja.pocoo.org/docs/dev/)

{% translate "The following tags are available: "%}

  • {{application_list}}: {% translate "A list of applications the user has access to. Applications have the following attributes"%}
  • {{name}}: {% translate "The friendly name of the application"%}
  • {{uri}}: {% translate "The public URI of the application"%}
  • {{status}}: {% translate "Indicates if the user is logged on it"%}
  • {{style}}: {% translate "The Cascading Style sheet section"%}
  • {{changePassword}}: {% translate "The URI to change password"%}
  • {{logout}}: {% translate "The URI to disconnect from all applications"%}
  • {{username}}: {% translate "The name of the current user"%}
  • {{error_message}}: {% translate "The message telling what happens"%}
{% include "./images.html" %}
{{form.html_self}} {{form.html_self.errors}}