+ {% comment %} {% trans 'New found accounts' %}: {% endcomment %} + summary 1 +
+ ++ {% trans 'New found accounts' %}: + 100 +
++ {% trans 'New found accounts' %}: + 100 +
++ {% trans 'New found accounts' %}: + 100 +
++ {% trans 'New found accounts' %}: + 100 +
++ {% comment %} {% trans 'New found accounts' %}: {% endcomment %} + summary 2 +
+ ++ {% trans 'New found accounts' %}: + {{ summary.new_accounts | default:100 }} +
+{% trans 'No.' %} | {% trans 'Asset' %} | {% trans 'Username' %} | -
---|---|---|
{{ forloop.counter }} | -{{ account.asset }} | -{{ account.username }} | -
{{ forloop.counter }} | +{{ account.asset }} | +{{ account.username }} | +
{% trans 'No new accounts found' %}
- {% endif %} -{% trans 'Lost accounts' %}: {{ summary.lost_accounts }}
-{% trans 'No new accounts found' %}
+ {% endif %} ++ {% trans 'Lost accounts' %}: + {{ summary.lost_accounts }} +
+{% trans 'No.' %} | {% trans 'Asset' %} | {% trans 'Username' %} | -
---|---|---|
{{ forloop.counter }} | -{{ account.asset }} | -{{ account.username }} | -
{{ forloop.counter }} | +{{ account.asset }} | +{{ account.username }} | +
{% trans 'No new accounts found' %}
+ {% endif %} ++ {% trans 'The following is a summary of the account check tasks. Please review and handle them' %} +
+{% trans 'Task Summary' %}: | +|
---|---|
{% trans 'Task name' %}: | +{{ execution.automation.name }} | +
{% trans 'Date start' %}: | +{{ execution.date_start | date:"Y/m/d H:i:s" }} | +
{% trans 'Date end' %}: | +{{ execution.date_finished | date:"Y/m/d H:i:s" }} | +
{% trans 'Time using' %}: | +{{ execution.duration }}s | +
{% trans 'Assets count' %}: | +{{ summary.total_assets }} | +
{% trans 'Asset success count' %}: | +{{ summary.ok_assets }} | +
{% trans 'Asset failed count' %}: | +{{ summary.fail_assets }} | +
{% trans 'Asset not support count' %}: | +{{ summary.error_assets }} | +