{% extends "base.html" %} {% load url from future %} {% load i18n %} {% load translations %} {% block content %} {% if form.errors or userform.errors or subscriptionform.errors %}
{% trans "Please fix errors in the form." %}
{% trans "You will receive chosen notifications via email for all your languages." %}
{% url 'user_page' user=request.user.username as user_page%} {% trans "Your public profile:" %} {{ user_page }}
{% trans "By registering you agree to use your name and email in Git commits and provide your contribution under license defined by each translated project." %}
{% trans "Following projects have explicitely specified their licensing and copyright conditions:" %}
{% avatar request.user 128 %}
{% trans "Avatars are provided using libravatar." %}