{% spaceless %}{{ include("header.html") }}
{{ l("item") }} | {{ l("date") }} | {{ l("edit") }} | ||
---|---|---|---|---|
{{ item.id }} {% if item.status %} {% else %} {% endif %} |
{% if this_table == 'users' %}
@{{ item.username }}
{% endif %}
{% if this_table == 'websites' %}
{{item.url|lower|replace({'http://': "", 'https://': "", 'ftp://': ""})[:14]}}
{% endif %}
{% if this_table == 'payments' %}
{{ item.payment_id }}
{% if item.ip %}{{ item.ip|e }}{% endif %}
{% if item.payment_service %}{{ item.payment_service|e }}{% endif %}
{% endif %}
|
{% if item.created_at %} {{ l("added") }} {{ time_ago(item.created_at) }} {% else %}N/A{% endif %}
|
{% if this_table == 'users' %}
{{ l("edit") }}
{% endif %}
{% if this_table == 'websites' %}
{{ l("edit") }}
{% endif %}
{% if this_table == 'payments' %}
{{ l("edit") }}
{% endif %}
|
{{ l("search_notfound") }}
{% endif %}