{% extends "base.html"%} {% set title = "Konsumentin hinzufügen" %} {% block content %}

Konsumentin hinzufügen

{% if error %}

Fehler: {{ error }}

{% endif %} {% if success %}

{{ success }}

{% endif %}

TODO: many

Username:

Passwort:

Passwort wiederholen:

Name:

Email:

Euml ID:

{% endblock %}