{% extends "scidatacontainer_db/base.html" %} {% block js %} {% load static %} {% endblock %} {% block content %} {% if page_obj %} {% for token in page_obj %} {% csrf_token %} {% endfor %} {% endif %}
Created: Expires: Starts with: Delete:
{{ token.created }} {{ token.expiry }} {{ token.token_key }}
{% if page_obj.paginator.num_pages > 1 %} {% include "scidatacontainer_db/pagination.html" %} {% endif %}
{% csrf_token %}
{% endblock %}