{% spaceless %}{{ include("header.html") }}
{{ l("name") }} | {{ l("audience") }} | {{ l("progress") }} | ||
---|---|---|---|---|
{{ item.id }} {% if item.status %} {% else %} {% endif %} |
{% if item.name %} {{ item.name|e|upper }} {% else %}N/A{% endif %}
{% if item.created_at %} {{ l("added") }} {{ time_ago(item.created_at) }} {% else %}N/A{% endif %}
|
{% if item.to_group == 'all' %}
{{ l("all_accounts") }}
{% endif %}
{% if item.to_group == 'pro' %}
{{ l("all_paid_accounts") }}
{% endif %}
{% if item.to_group == 'free' %}
{{ l("all_free_accounts") }}
{% endif %}
|
{{ item.progress|e }}%
{% if item.progress == '100' %}
{{ l("complete") }}
{% else %}
{{ l("sending") }}
{% endif %}
|
{{ l("nothing_found") }}
{% endif %}