{% load helpers %} {% load render_table from django_tables2 %} {% load static %}
{% csrf_token %}
GPUs
{% if request.user.is_authenticated %} {% endif %}
{% render_table gpus_table 'inc/table.html' %}
{% table_config_form gpus_table %}
{% block javascript %} {% endblock javascript %}