{% extends 'generic/object.html' %} {% block extra_controls %} Add SSH Key {{ block.super }} {% endblock %} {% load buttons %} {% load static %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% block content %}
{% include 'htmx/table.html' %}
{% endblock %}