{% extends 'django_spire/card/card.html' %} {% block card_padding %}py-3 px-1{% endblock %} {% block card_content %}
{% include 'django_spire/element/attribute_element.html' with x_attribute_value='collection.name' x_attribute_href='collection_detail_url' %}
{% include 'django_spire/dropdown/ellipsis_dropdown.html' with x_view_url='detail_url' x_edit_url='edit_url' x_delete_url='delete_url' %}
{% endblock %}