{% load button from filters %}
{% button 'edit' 'event_update' event.pk %} {% if event.is_rig %} {% button 'print' 'event_print' event.pk %} {% endif %} {% button 'duplicate' 'event_duplicate' event.pk %} {% if event.is_rig %} {% if event.internal %} {% endif %} {% if perms.RIGS.add_invoice %} {% endif %} {% endif %}