<li><ahref="#account">{% trans "Account" %}</a></li>
<li><ahref="#password">{% trans "Password" %}</a></li>
<li><ahref="#info">{% trans "Information" %}</a></li>
<li><ahref="#licenses">{% trans "Licenses" %}</a></li>
<li><ahref="#avatar">{% trans "Avatar" %}</a></li>
</ul>
<divid="preferences">
...
...
@@ -57,6 +58,27 @@
<ahref="{{ user_page }}">{{ user_page }}</a>
</p>
</div>
<divid="licenses">
<p>
{% 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." %}
</p>
{% if licenses %}
<p>{% trans "Following projects have explicitely specified their licensing and copyright conditions:" %}</p>