{% extends 'users/account/base.html' %} {% load helpers %} {% load render_table from django_tables2 %} {% block title %}My API Tokens{% endblock %} {% block content %}
Add a Token
{% render_table table 'inc/table.html' %} {% include 'inc/paginator.html' with paginator=table.paginator page=table.page %}
{% endblock %}