{% trans "Operation finished successfully." %}
{% for task in user.async_tasks.pending %}
{% endfor %}
{{ task.get_actual.bar_message }}
{% endif %}
{% block main %}
{% endblock main %}
{% if menu_items %}
{% endif %}
{% block panel_heading %}
{% endblock panel_heading %}
{% block bar_alerts %}
{% if bar_alerts %}
{% for tags, alert in bar_alerts %}
{% endfor %}
{% endif %}
{% endblock %}
{% block content %}
{% endblock content %}