{% extends "member/noteowner_detail.html" %} {% load i18n %} {% load render_table from django_tables2 %} {% block profile_info %} {% include "wei/weiclub_info.html" %} {% endblock %} {% block profile_content %}
{% if table.data %} {% render_table table %} {% else %}
{% trans "There is no pre-registration found with this pattern." %}
{% endif %}
{% endblock %} {% block extrajavascript %} {% endblock %}