{% include 'django_spire/element/attribute_element.html' with attribute_value=api_access.get_permission_display attribute_title='Permission' %}
{% include 'django_spire/element/attribute_element.html' with attribute_value=api_access.key_hint attribute_title='Key Hint' %}
{% include 'django_spire/element/attribute_element.html' with attribute_value=api_access.created_datetime|date:'M d, Y' attribute_title='Created On' %}
{% endblock %}
{% block item_button %}
{% if AuthController.api.can_delete %}
{% url 'django_spire:api:page:delete' pk=api_access.pk as delete_url %}
{% endif %}
{% include 'django_spire/dropdown/ellipsis_dropdown.html' with delete_url=delete_url %}
{% endblock %}