-
- {% if nolists %}
-
-
{% trans 'No Preferences Available' %}
-
-
{% trans 'You are not yet subscribed to any lists, so you have no Mailman preferences.' %}
- {% else %}
-
+ {% endif %}
+
{% endblock main %}
{% block additionaljs %}
-{% endblock %}
diff --git a/src/postorius/templates/postorius/user_profile.html b/src/postorius/templates/postorius/user_profile.html
index 25849d9..c6e99b3 100644
--- a/src/postorius/templates/postorius/user_profile.html
+++ b/src/postorius/templates/postorius/user_profile.html
@@ -7,21 +7,20 @@
{% endblock %}
{% block main %}
- {% user_nav 'profile' %}
-
-
{% trans 'User Profile' %} - {{ user }}
-
-
-
-
- {% trans 'Mailman display name' %} |
- {{ mm_user.display_name }} |
-
-
- {% trans 'Username' %} |
- {{ user.username }} |
-
-
+
+ {% user_nav 'profile' 'User Profile' %}
+
+
+
+
+ {% trans 'Mailman display name' %} |
+ {{ mm_user.display_name }} |
+
+
+ {% trans 'Username' %} |
+ {{ user.username }} |
+
+
{% trans 'Main email' %} |
{{ user.email}} |
@@ -33,8 +32,7 @@
{% endfor %}
-
-
-
-
+
+
+
{% endblock main %}
diff --git a/src/postorius/templates/postorius/user_subscription_preferences.html b/src/postorius/templates/postorius/user_subscription_preferences.html
index 9dec700..6ba48ec 100644
--- a/src/postorius/templates/postorius/user_subscription_preferences.html
+++ b/src/postorius/templates/postorius/user_subscription_preferences.html
@@ -8,66 +8,65 @@
{% endblock %}
{% block main %}
- {% user_nav 'settings' %}
-
-
Subscription Settings
-
-
- {% if nolists %}
-
-
{% trans 'No Preferences Available' %}
-
-
{% trans 'You are not yet subscribed to any lists, so you have no Mailman preferences.' %}
- {% else %}
-
+ {% endif %}
+
{% endblock main %}
{% block additionaljs %}