diff --git a/apps/member/templates/member/noteowner_detail.html b/apps/member/templates/member/noteowner_detail.html
index 93ba19ef..d97f723a 100644
--- a/apps/member/templates/member/noteowner_detail.html
+++ b/apps/member/templates/member/noteowner_detail.html
@@ -5,16 +5,19 @@
{% load pretty_money %}
{% block content %}
-
-
- {% block profile_info %}
- {% endblock %}
+
+
+ {% block profile_info %}
+ {% endblock %}
+
+
+ {% block profile_content %}
+ {% endblock %}
+
-
- {% block profile_content %}
- {% endblock %}
-
-
+
+ {% block extra_content %}
+ {% endblock %}
{% endblock %}
{% block extrajavascript %}
diff --git a/apps/note/templates/note/search_transactions.html b/apps/note/templates/note/search_transactions.html
index 62c45797..2504d5fe 100644
--- a/apps/note/templates/note/search_transactions.html
+++ b/apps/note/templates/note/search_transactions.html
@@ -20,6 +20,9 @@
{% block profile_content %}
{% crispy form %}
+{% endblock %}
+
+{% block extra_content %}
{% render_table table %}
diff --git a/apps/note/templates/note/transactiontemplate_list.html b/apps/note/templates/note/transactiontemplate_list.html
index ec95313e..91b34728 100644
--- a/apps/note/templates/note/transactiontemplate_list.html
+++ b/apps/note/templates/note/transactiontemplate_list.html
@@ -11,7 +11,7 @@