{% load i18n creme_widgets creme_ctype %} {% if button.error %} {% translate 'Batch process' as label %}{% widget_icon name='batch_process' label=label size='listview-button' %}{{label}} {% else %} {% with ctype=model|ctype_for_instance %} {% translate 'Batch process' as label %}{% widget_icon name='batch_process' label=label size='listview-button' %}{{label}} {% endwith %} {% endif %}