diff --git a/fet2020/templates/finance/bill_create.html b/fet2020/templates/finance/bill_create.html index 61859b31..bd14e540 100644 --- a/fet2020/templates/finance/bill_create.html +++ b/fet2020/templates/finance/bill_create.html @@ -6,105 +6,104 @@

Neue Rechnung einreichen

-
-
- {% csrf_token %} - {% include "baseform/non_field_errors.html" %} -
-

Bankdaten

- Angaben zu den Bankdaten für die Rückerstattung des Rechnungsbetrags. - -
-
- {% include "baseform/select.html" with field=form.payer %} -
-
- {% include "baseform/text.html" with field=form.name_text %} -
-
- {% include "baseform/text.html" with field=form.iban_text %} -
-
- {% include "baseform/text.html" with field=form.bic_text %} -
-
- -
+ + {% csrf_token %} + {% include "baseform/non_field_errors.html" %} + +
+

Bankdaten

+ Angaben zu den Bankdaten für die Rückerstattung des Rechnungsbetrags. + +
+
+ {% include "baseform/select.html" with field=form.payer %}
-
-
-

Rechnungsdetails

- Details zur ursprünglichen bereits bezahlten Rechnung angeben. - -
-
- {% include "baseform/textarea.html" with field=form.invoice %} -
-
- {% include "baseform/text.html" with field=form.purpose %} -
-
- {% include "baseform/date.html" with field=form.date %} -
-
- -
-
- {% include "baseform/file.html" with field=form.file_field %} -
-
- {% include "baseform/checkbox.html" with field=form.only_digital %} -
+
+ {% include "baseform/text.html" with field=form.name_text %}
-
-
-

Beschlusslage

- Informationen zur Beschlusslage dieser Rechnung. - -
-
- {% include "baseform/select.html" with field=form.affiliation %} -
-
- {% include "baseform/text.html" with field=form.resolution_text %} -
+
+ {% include "baseform/text.html" with field=form.iban_text %}
-
-
-

Kommentar

- Erfordert etwas zusätzlichen Erklärungsbedarf oder sollen nachträglich Informationen bearbeitet werden? - -
-
- {% include "baseform/textarea.html" with field=form.comment %} -
+
+ {% include "baseform/text.html" with field=form.bic_text %}
-
-
- -
- -
+
+ +
+
+ +
+

Rechnungsdetails

+ Details zur ursprünglichen bereits bezahlten Rechnung angeben. + +
+
+ {% include "baseform/textarea.html" with field=form.invoice %} +
+
+ {% include "baseform/text.html" with field=form.purpose %} +
+
+ {% include "baseform/date.html" with field=form.date %} +
+
+ +
+
+ {% include "baseform/file.html" with field=form.file_field %} +
+
+ {% include "baseform/checkbox.html" with field=form.only_digital %} +
+
+
+
+

Beschlusslage

+ Informationen zur Beschlusslage dieser Rechnung. + +
+
+ {% include "baseform/select.html" with field=form.affiliation %} +
+
+ {% include "baseform/text.html" with field=form.resolution_text %} +
+
+
+
+

Kommentar

+ Erfordert etwas zusätzlichen Erklärungsbedarf oder sollen nachträglich Informationen bearbeitet werden? + +
+
+ {% include "baseform/textarea.html" with field=form.comment %} +
+
+
+
+ +
+
{% endblock %}