{% load i18n %}

{% trans "Web-based continuous localization" %}

{% include "snippets/about.html" %} {% if has_legal %}

{% trans "By registering and signing in to this service you accept our:" %}

{% blocktrans %}Quick overview of the General Terms and Conditions and the Privacy Policy, but you should still read the original documents to fully understand them:{% endblocktrans %}

{% include 'legal/documents/summary.html' %} {% elif private_commit_email_opt_in %}

{% trans "By registering you agree to use your name and e-mail in version control system commits and provide your contribution under license defined by each translated project." %}

{% else %}

{% trans "By registering you agree to use your name in version control system commits and provide your contribution under license defined by each translated project." %}

{% endif %}