{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Oracle VM Template Builder Login" %}{% endblock %} {% block content %}
{% if form.errors %}

{% trans "Error" %}

{% trans "Login failed." %}
{% else %} {% endif %} {% if userCreated %}

{% trans "Information" %}

{{ userCreated }}
{% else %} {% endif %} {% if resetPassword %}

{% trans "Information" %}

{{ resetPassword }}
{% else %} {% endif %}

{% trans "Oracle VM Template Builder Login" %}

{{ form.username.label_tag }} {{ form.username }}
{{ form.password.label_tag }} {{ form.password }}
{% trans "Register" %} {% trans "Forgot Password" %}

{% endblock content %}