{% extends "dashboard/table.html" %} {% load staticfiles %} {% block table %} Username Company SSH Key GPG Key {% for user in users %} {{ user.username }} {{ user.userprofile.company }} Download Download {% endfor %} {% endblock table %} {% block tablejs %} {% endblock tablejs %}