{% extends "base.html" %} {% load i18n %} {% load translations %} {% load authnames %} {% load crispy_forms_tags %} {% block breadcrumbs %}
{% trans "To test Weblate on this demo server, you can log in as the following users:" %}
{% trans "Username" %} | {% trans "Password" %} | {% trans "Description" %} |
---|---|---|
{{ name }} |
{{ password }} |
{{ description }} |
{% url 'register' as register_url %} {% trans "Do not have an account yet?" %} {% trans "You can register." %}