{% extends 'generic/object_children.html' %}
{% load buttons %}
{% load static %}
{% load helpers %}
{% load plugins %}
{% block bulk_delete_controls %}
{{ block.super }}
{% if 'bulk_remove_ssh_keys' in actions %}
{% endif %}
{% endblock bulk_delete_controls %}