File tree Expand file tree Collapse file tree 1 file changed +1
-25
lines changed
Expand file tree Collapse file tree 1 file changed +1
-25
lines changed Original file line number Diff line number Diff line change 3636 </ div >
3737 < button class ="btn btn-ghost " id ="sync-btn " onclick ="runSync() "> Sync now</ button >
3838 </ div >
39- {% for a in all_accounts %}
40- < div style ="{% if not loop.first %}margin-top:1rem; padding-top:1rem; border-top:1px solid #253450;{% endif %} ">
41- < div class ="stat-row ">
42- < span class ="stat-label "> Account</ span >
43- < span class ="stat-value " style ="display:flex;align-items:center;gap:8px; ">
44- {{ a.bank_name }} ({{ a.bank_country }}) → {{ a.actual_account }}
45- < span class ="connected-pill "> Connected</ span >
46- </ span >
47- </ div >
48- {% if a.session_expiry %}
49- < div class ="stat-row ">
50- < span class ="stat-label "> Session</ span >
51- < span class ="stat-value " style ="display:flex;align-items:center;gap:10px; ">
52- {{ a.session_expiry[:10] }}
53- < form method ="POST " action ="/connect/reauthorise " style ="display:inline; ">
54- < input type ="hidden " name ="bank_name " value ="{{ a.bank_name }} ">
55- < input type ="hidden " name ="bank_country " value ="{{ a.bank_country }} ">
56- < button type ="submit " class ="btn btn-ghost " style ="font-size:11px;padding:4px 10px; "> Re-authorise</ button >
57- </ form >
58- </ span >
59- </ div >
60- {% endif %}
61- </ div >
62- {% endfor %}
63- < div class ="stat-row " style ="margin-top:1rem; padding-top:1rem; border-top:1px solid #253450; ">
39+ < div class ="stat-row ">
6440 < span class ="stat-label "> Last sync</ span >
6541 < span class ="stat-value "> {{ last_sync or 'Never' }}</ span >
6642 </ div >
You can’t perform that action at this time.
0 commit comments