{% for process in process_list %}
{% include "processlib/process_list_item.html" %}
{% empty %}
{% url 'processlib:process-list-user-current' as list_user_current_url %}
{% if list_user_current_url == request.path and not search %}
{% trans "Congratulations, there is nothing for you to do in any process." %}
{% else %}
{% trans "No processes found." %}
{% endif %}
{% if search %}
{% trans "Reset search." %}
{% endif %}