{% extends "default.html" %} {% block title %} {% trans %}Login{% endtrans %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

{% trans %}Log in{% endtrans %}

{% trans %}Sign up{% endtrans %}

{% trans %}Only letters, numbers or hyphens, cannot be changed later{% endtrans %} {% trans %}Stored only hashed, so we can't recover it for you{% endtrans %} {% trans %}Used for notifications, only displayed if you'd like to{% endtrans %} {% trans %}Doesn't have username restrictions, can be changed later{% endtrans %}
{% endblock %}