%! from django.utils.translation import ugettext as _ %> {% extends "registration/base.html" %} {% block title %}${_("Log in")}{% endblock %} {% block content %}
${_("Please correct the errors below:")}
{% endif %} {% endblock %} {% block content-related %}${_("If you don't have an account, you can {link_start}sign up{link_end} for one.").format(link_start='', link_end='')} {% endblock %}