From 2e0a6909cbfb2479edd7fba78fa4d0135a79ae3f Mon Sep 17 00:00:00 2001 From: Benedict Börger Date: Sat, 23 Mar 2019 15:40:35 +0100 Subject: [global] refactoring code base --- templates/account.html.tera | 63 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 templates/account.html.tera (limited to 'templates/account.html.tera') diff --git a/templates/account.html.tera b/templates/account.html.tera new file mode 100644 index 0000000..c1dc15e --- /dev/null +++ b/templates/account.html.tera @@ -0,0 +1,63 @@ + + + + + + + +Account Overview + + +
+

Your applications

+
+
+

Summary:

+ + + +
Balacne
Transactions this month
+
+
+ {% if false %} +
+
+

List of applications:

+ + + + + + + + + + + + {% for application in applications %} + {% if application.status == "in progress" or + application.status == "send" %} + + {% elif application.status == "rejected" %} + + {% elif application.status == "accepted" %} + + {% else %} + + {% endif %} + + + + + + + {% endfor %} + +
CompanyRoleLevelLinkStatus
{{ application.company }}{{ application.role }}{{ application.level}}{{ application.link}}{{ application.status | upper }}
+
+
+ {% endif %} +
+ + + -- cgit v1.2.3-70-g09d2