{% endif %}
-
-
-
-
-
-
- {% include "submission_listing.html" %}
-
-
-
-
-
+{% endblock %}
+{% block userpage_content required %}{% endblock %}
{% if v %}
{% if v.patron or u.patron or v.alts_patron or u.alts_patron %}0{% else %}0.03{% endif %}
diff --git a/files/templates/userpage_comments.html b/files/templates/userpage_comments.html
index b8f4890bd..55c9af2f1 100644
--- a/files/templates/userpage_comments.html
+++ b/files/templates/userpage_comments.html
@@ -1,67 +1,7 @@
{% extends "userpage.html" %}
-{%- import 'component/sorting_time.html' as sorting_time -%}
-
-{% block content %}
-
-
-
-{% if not "saved" in request.full_path %}
-
-
-
-
-
-
-
-
-
-
- {{sorting_time.sort_dropdown(sort, t, SORTS_COMMENTS)}}
-
-
-{% endif %}
-
+{% block userpage_content %}
-
-
{% if listing %}
{% with comments=listing %}
@@ -86,13 +26,6 @@
{% endif %}
+
-
-
-{% if v %}
-