{% load i18n %}

{% trans 'Task name' %}: {{ name }}

{% trans 'Task execution id' %}: {{ execution_id }}

{% trans 'Respectful' %} {{ recipient }}

{% trans 'Hello! The following is the failure of changing the password of your assets or pushing the account. Please check and handle it in time.' %}

{% for asset_name, account_username, error in asset_account_errors %} {% endfor %}
{% trans 'Asset' %} {% trans 'Account' %} {% trans 'Error' %}
{{ asset_name }} {{ account_username }}
{{ error }}