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
|
|
@ -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