{% 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 %}

{% if table.data %} {% render_table table %} {% else %}
{% trans "There is no membership found with this pattern." %}
{% endif %}
{% endblock %} {% block extrajavascript %} {% endblock %}