mirror of
https://github.com/fastogt/fastocloud_admin.git
synced 2025-03-09 23:38:52 +00:00
Exp date
This commit is contained in:
parent
1882f17228
commit
6d5fffa769
3 changed files with 8 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit a0377f70b5c1531c7e324bc6cae0878fdd958df3
|
||||
Subproject commit 9094550d62a0968a1114e5ee56de63623f718828
|
||||
|
|
@ -51,6 +51,9 @@ Activate service | {{ config['PUBLIC_CONFIG'].site.title }}
|
|||
<td>
|
||||
{{ subscriber.created_date }}
|
||||
</td>
|
||||
<td>
|
||||
{{ subscriber.exp_date }}
|
||||
</td>
|
||||
<td>
|
||||
{{ ['NOT_ACTIVE', 'ACTIVE', 'TRIAL_FINISHED', 'BANNED'][subscriber.status] }}
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue