{% load i18n %}
{% trans "Username:" %} {{ user.username }} ({% trans "Log out" %}) {% else %}
{% trans "Username:" %} {% trans "Password:" %} ({% trans "Forgotten your password?" %}) {% endif %}
{% trans "Ratings" %} ({% if ratings_required %}{% trans "Required" %}{% else %}{% trans "Optional" %}{% endif %}):
{% trans "Post a photo" %} ({% if photos_required %}{% trans "Required" %}{% else %}{% trans "Optional" %}{% endif %}):