{% extends "karaage/common/profile_base.html" %} {% load render_table from django_tables2 %} {% block title %}Institutes - My profile{% endblock %} {% block profile_title %}Institutes{% endblock %} {% block profile_content %}

My Institutes

{% render_table my_institute_list %}

Delegate for

{% render_table delegate_institute_list %}
{% endblock %}