{% if view.url_names.update or view.url_names.delete %} {% load bootstrap3 racks_tag guardian_tags %}
{% if view.url_names.update %} {% bootstrap_icon "edit" %} Edit {% endif %} {% if view.url_names.delete %} {% bootstrap_icon "trash" %} Delete {% endif %}
{% endif %}