File tree Expand file tree Collapse file tree 2 files changed +37
-24
lines changed Expand file tree Collapse file tree 2 files changed +37
-24
lines changed Original file line number Diff line number Diff line change 1
1
{%extends "navbase.html"%}
2
2
{%block title%}Your invoices{%endblock%}
3
3
{%block content%}
4
- < h1 > Your invoices </ h1 >
4
+ < section id =" main " class =" wrapper " >
5
5
6
- < p >
7
- We have the following invoices registered to your account:
8
- </ p >
6
+ < div class ="container ">
9
7
10
- < table border ="1 " cellspacing ="0 " cellpadding ="3 ">
11
- < tr >
12
- < th > Number</ th >
13
- < th > Title</ th >
14
- < th > Status</ th >
15
- < th > Due</ th >
16
- < th > Receipt</ th >
17
- </ tr >
18
- {%for invoice in invoices %}
19
- < tr >
20
- < td > #{{invoice.id}}</ td >
21
- < td > < a href ="{{invoice.id}}/ "> {{invoice.title}}</ td >
22
- < td > {%if invoice.refund%}{%if invoice.refund.completed%}Refunded{%else%}Refund pending{%endif%}{%elif invoice.ispaid%}Paid{%else%}Pending{%endif%}</ td >
23
- < td > {{invoice.duedate|date:"Y-m-d"}}</ td >
24
- < td > {%if invoice.ispaid and not invoice.refunded%}< a href ="{{invoice.id}}/receipt/ "> Download</ a > {%endif%}</ td >
25
- </ tr >
26
- {%endfor%}
27
- </ table >
8
+ <!-- ConfReg -->
9
+ < header class ="major ">
10
+ < span class ="header "> < img src ="/ext/{{conference.urlname}}/shared/images/policy.svg " alt ="" /> </ span >
11
+ < h2 > Your Invoices</ h2 >
12
+ </ header >
13
+
14
+ < section >
15
+ < hr >
16
+ < p > We have the following invoices registered to your account:</ p >
17
+ </ section >
18
+
19
+ < section >
20
+ < table border ="1 " cellspacing ="0 " cellpadding ="3 ">
21
+ < tr >
22
+ < th > Number</ th >
23
+ < th > Title</ th >
24
+ < th > Status</ th >
25
+ < th > Due</ th >
26
+ < th > Receipt</ th >
27
+ </ tr >
28
+ {%for invoice in invoices %}
29
+ < tr >
30
+ < td > #{{invoice.id}}</ td >
31
+ < td > < a href ="{{invoice.id}}/ "> {{invoice.title}}</ td >
32
+ < td > {%if invoice.refund%}{%if invoice.refund.completed%}Refunded{%else%}Refund pending{%endif%}{%elif invoice.ispaid%}Paid{%else%}Pending{%endif%}</ td >
33
+ < td > {{invoice.duedate|date:"Y-m-d"}}</ td >
34
+ < td > {%if invoice.ispaid and not invoice.refunded%}< a href ="{{invoice.id}}/receipt/ "> Download</ a > {%endif%}</ td >
35
+ </ tr >
36
+ {%endfor%}
37
+ </ table >
38
+ </ section >
39
+ </ div >
40
+ </ section >
28
41
29
42
{%endblock%}
Original file line number Diff line number Diff line change 46
46
</ tr >
47
47
{%else%}
48
48
< tr >
49
- < td style ="white-space: nowrap "> Pay invoice:</ td >
49
+ < td style ="white-space: nowrap " style =" color:red " > Pay invoice:</ td >
50
50
< td >
51
51
< p >
52
52
This invoice can be paid using one of the methods listed below. Note
58
58
{%if method.ok%}
59
59
< p > {{method.description}}</ p >
60
60
{%if method.available%}
61
- < p > < a href ="{{method.paymenturl}} "> Proceed</ a > to pay with {{method.name}}</ p >
61
+ < p > < a href ="{{method.paymenturl}} " style =" color:red " > Proceed</ a > to pay with {{method.name}}</ p >
62
62
{%else%}
63
63
< p > < i > This method is currently not available. {{method.unavailable_reason}}</ i > </ p >
64
64
{%endif%}
You can’t perform that action at this time.
0 commit comments