{% extends 'generic/object_children.html' %} {% block bulk_controls %} {% if content_type == "authorized_key" %} {% if model == "device" %}
{% elif model == "virtual_machine" %} {% endif %} {% elif content_type == "credential" %} {% if model == "device" %} {% elif model == "virtual_machine" %} {% endif %} {% endif %} {% endblock %}