{% extends "member/noteowner_detail.html" %} {% load i18n %} {% load render_table from django_tables2 %} {% load pretty_money %} {% block profile_info %} {% include "member/club_info.html" %} {% endblock %} {% block profile_content %}

{% trans "Linked note:" %} {{ note.note_name }}

{% trans 'attached club'|capfirst %}
{{ club }}
{% trans 'controller'|capfirst %}
{{ note.controller }}
{% trans 'balance'|capfirst %}
{{ note.balance|pretty_money }}
{% render_table history_list %}
{% endblock %} {% block extrajavascript %} {% endblock %}