{% load i18n %} {% include "accounts/snippets/login-about.html" %} {% if has_legal %}
{% translate "By registering and signing in to this service you accept our:" %}
{% blocktranslate %}Quick overview of the General Terms and Conditions and the Privacy Policy, but you should still read the original documents to fully understand them:{% endblocktranslate %}
{% include 'legal/documents/summary.html' %} {% elif private_commit_email_opt_in %}{% translate "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 %}{% translate "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 %}