{% load i18n creme_ctype creme_widgets %}{% load blockjsondata from creme_core_tags %}
{% translate 'View of list' as label %}{% widget_icon name='header_filter' label=label size='listview-filter' %}{{label}}
{% if show_buttons %} {% with ctype=model|ctype_for_instance %} {% widget_icon name='add' label=_('Create a custom view') size='listview-filter-action' %} {% widget_icon name='clone' label=_('Clone this view') size='listview-filter-action' %} {% if edition_allowed %} {% widget_icon name='edit' label=_('Edit this view') size='listview-filter-action' %} {% else %} {% widget_icon name='edit' label=edition_error size='listview-filter-action' %} {% endif %} {% if deletion_allowed %} {% widget_icon name='delete' label=_('Delete this custom view') size='listview-filter-action' %} {% blockjsondata class='listview-action-data' %}{"data": {"id": "{{selected.id}}"}}{% endblockjsondata %} {% else %} {% widget_icon name='delete' label=edition_error size='listview-filter-action' %} {% endif %} {% endwith %} {% endif %}