Account
--
-
- Transfer -
- Checking Accounts -
- Investment Accounts -
- View investment accounts -
- etc -
From abf12212f51efdd3d3e07a2350d1082918d0f79c Mon Sep 17 00:00:00 2001 From: Mikkel <4072916+Mikk3@users.noreply.github.com> Date: Tue, 31 May 2022 17:42:15 +0200 Subject: [PATCH] =?UTF-8?q?Slettet=20un=C3=B8dvendige=20filer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aula/templates/addcustomer.html | 59 ------------------- aula/templates/invest.html | 79 ------------------------- aula/templates/layout_acc.html | 100 -------------------------------- aula/templates/test.html | 70 ---------------------- aula/templates/transfer.html | 46 --------------- 5 files changed, 354 deletions(-) delete mode 100644 aula/templates/addcustomer.html delete mode 100644 aula/templates/invest.html delete mode 100644 aula/templates/layout_acc.html delete mode 100644 aula/templates/test.html delete mode 100644 aula/templates/transfer.html diff --git a/aula/templates/addcustomer.html b/aula/templates/addcustomer.html deleted file mode 100644 index 4ff368a..0000000 --- a/aula/templates/addcustomer.html +++ /dev/null @@ -1,59 +0,0 @@ -{% extends "layout.html" %} -{% block content %} -
Investments:
-account_number | -cpr_number | -creation date | -
---|---|---|
{{n[0]}} | -{{n[1]}} | -{{n[2]}} | -
Investment accounts:
-account_number | -cpr_number | -account created | -deposit total (CD) | -
---|---|---|---|
{{n[0]}} | -{{n[1]}} | -{{n[2]}} | -{{n[3]}} | -
Investment certificats of deposit:
-acc | -cd_number | -start_date | -maturity_date | -rate | -amount | -
---|---|---|---|---|---|
{{n[0]}} | -{{n[3]}} | -{{n[4]}} | -{{n[5]}} | -{{n[6]}} | -{{n[7]}} | -
Dette er en testside. Hej med dig. fed tekst, kursiv tekst
-fed tekst, fed og kursiv tekst
- -Liste af ansatte:
-Dropdown customer account tuples:
-Same list with a filter: {{ drop_cus_acc|join(', ') }}
-