+ {{ data.resolved.strftime('%Y-%m-%d %H:%M') }}: This entry is not
+ active anymore. All personal data is deleted!
+
+ {% endif %}
+ {% endblock %}
+
+
+
+ {% endif %}
+{% endblock %}
\ No newline at end of file
diff --git a/punkow/service/templates/form.html b/punkow/service/templates/form.html
new file mode 100644
index 0000000..bde77b9
--- /dev/null
+++ b/punkow/service/templates/form.html
@@ -0,0 +1,34 @@
+{% extends 'base.html' %}
+
+{% import 'macros.html' as forms %}
+
+{% block body %}
+
+ {{ forms.messages(errors=errors, messages=messages) }}
+
+
+
New booking requst
+
+
+
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/punkow/service/templates/index.html b/punkow/service/templates/index.html
new file mode 100644
index 0000000..061be05
--- /dev/null
+++ b/punkow/service/templates/index.html
@@ -0,0 +1,37 @@
+{% extends 'base.html' %}
+
+{% block body %}
+
+ Book appointments in the berlin authorities more easy!
+
+
+ Notice: This is a private toy project!
+ No support provided and no commercial use allowed. Please read the terms!
+
+
+
Appointment booking in the Berlin authorities can be really frustrating.
+ Appointments go available at different tims and sind often booked out shortly after.
+ For a successful booking you have to click yourself constantly for months through their service.
+ This is almost impossible for working people.
+
+
This service tries to help with this problem.
+ You select a service where you want to book the appointment for and a location where you want to book it and retrieve the booking-email-address.
+ This you enter this together with your name and your email address in this service.
+ From this point on it will check in regular intervals if there is a free appointment and if so, books it on your behalf.
+
+
The maximum time to try is 30 days.
+ After this period your request gets cancelled if there is still no appointment available.
+
+
The necessary URL can be found at the websites of the "Terminbuchungssystem" at service.berlin.de.
+ Select your service at: https://service.berlin.de/dienstleistungen/
+ and copy the "link address" of the "Termin buchen" link for the location you want zo go.
+
+
+ Notice: The requests will be processed in the order they came in.
+ It will not give you any benefit to register multiple requests for the same service.
+
+{% endmacro %}
+
+{% macro messages(errors, messages=[]) %}
+ {% for msg in errors.values() %}
+
+ {{ msg }}
+
+ {% endfor %}
+ {% for msg in messages %}
+
+ {{ msg }}
+
+ {% endfor %}
+{% endmacro %}
\ No newline at end of file
diff --git a/punkow/service/templates/terms.html b/punkow/service/templates/terms.html
new file mode 100644
index 0000000..95063a9
--- /dev/null
+++ b/punkow/service/templates/terms.html
@@ -0,0 +1,29 @@
+{% extends 'base.html' %}
+
+{% block body %}
+
Terms & conditions
+
+
This is no commercial service.
+ Therefore I do not provide any guarantees about the availability and quality of this service.
+
+
Only private use for people ith genie needs for appointments in the administration of th city of berlin is
+ allowed.
+ It is not allowed to use this service for any commercial purposes.
+
+
The terms and conditions of the appointmentbooking system of the administration of the city of Berlin apply.
+ If you use this service you confirm that these are known to you and we can accept them at the time of the
+ registration on your behalf.
+ The full text can be found at:
+ https://service.berlin.de/terminvereinbarung/nutzungsbedingungen/
+
+
+
To use the service you have to enter personal data.
+ These contain your email address and your name.
+ This data is only used to fill in the registration form for appointments.
+ It is deleted as soon as the request is processed or cancelled.