{% extends "member/noteowner_detail.html" %} {% load i18n %} {% load render_table from django_tables2 %} {% block profile_info %} {% include "member/club_info.html" %} {% endblock %} {% block profile_content %}
{% trans "linked notes of club"|capfirst %} {{ club.name }}
{% render_table table %}
{% endblock %}