{% spaceless %}{{ include("header.html") }}
{{ l("user") }} | {{ l("user_balance") }} | {{ l("account_type") }} | {{ l("activity") }} | |||
---|---|---|---|---|---|---|
{% if item.status %}
{% else %}
{% endif %}
|
{% if item.username %} @{{ item.username|e }} {% else %}N/A{% endif %}
{% if item.created_at %} {{ l("registered") }} {{ time_ago(item.created_at) }} {% endif %}
|
{{ item.points|number_format(2, '.', ',') }}
{{ wallet.confirmed|number_format(2, '.', ',') }}
|
{% if item.type == 'pro' %}
{{ l("paid_account") }}
{% else %}
{{ l("free_account") }}
{% endif %}
|
{{ l("last_seen") }}
{% if item.last_run %} {{ time_ago(item.last_run) }} {% else %}N/A{% endif %}
|
{{ l("overview") }} |
{{ l("nothing_found") }}
{% endif %}