{% extends "karaage/common/profile_base.html" %} {% load filters %} {% load karaage_tags %} {% block title %}Cluster Account - My profile{% endblock %} {% block profile_title %}Cluster Account{% endblock %} {% block profile_content %} {% load machines %} {% load render_table from django_tables2 %} {% get_account_table accounts as table %}