{% extends "karaage/common/profile_base.html" %} {% load render_table from django_tables2 %} {% block title %}Applications{% endblock %} {% block profile_content %}

My applications

{% render_table my_applications %}

Requires Attention

{% render_table requires_attention %}
{% endblock %}