diff --git a/pinaxcon/templates/registrasion/report.html b/pinaxcon/templates/registrasion/report.html
index 7d191d79..3bc7deac 100644
--- a/pinaxcon/templates/registrasion/report.html
+++ b/pinaxcon/templates/registrasion/report.html
@@ -18,23 +18,52 @@
{% for report in reports %}
- {{ report.title }}
-
-
- {% for heading in report.headings %}
- {{ heading }} |
- {% endfor %}
-
- {% for line in report.rows %}
-
- {% for item in line %}
-
- {{ item|safe }}
- |
+{{ report.title }}
+
+
+
+ {% for heading in report.headings %}
+ {{ heading }} |
+ {% endfor %}
+
+
+
+ {% for line in report.rows %}
+
+ {% for item in line %}
+
+ {{ item|safe }}
+ |
+ {% endfor %}
+
{% endfor %}
-
- {% endfor %}
-
+
+
{% endfor %}
{% endblock %}
+
+{% block extra_script %}
+
+
+
+
+
+{% endblock %}
diff --git a/pinaxcon/templates/symposion/conference/user_list.html b/pinaxcon/templates/symposion/conference/user_list.html
index c59587e7..dc7e068f 100644
--- a/pinaxcon/templates/symposion/conference/user_list.html
+++ b/pinaxcon/templates/symposion/conference/user_list.html
@@ -80,6 +80,7 @@
"sDom": "<'row'<'col-md-3'l><'col-md-3'T><'col-md-4'f>r>t<'row'<'col-md-3'i><'col-md-5'p>>",
"sPaginationType": "bootstrap",
"bStateSave": true,
+ "aLengthMenu": [[10, 25, 50, -1], [10, 25, 50, "All"]],
"oTableTools": {
"aButtons": [
"copy",
diff --git a/pinaxcon/templates/symposion/reviews/base.html b/pinaxcon/templates/symposion/reviews/base.html
index 86353f3b..8bf2048a 100644
--- a/pinaxcon/templates/symposion/reviews/base.html
+++ b/pinaxcon/templates/symposion/reviews/base.html
@@ -108,19 +108,19 @@