diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 8380ee4c63..e6e8301d9a 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -38,47 +38,47 @@
-
+
{% if u.is_cakeday %}{% endif %}
{% if u.is_suspended %} -
BANNED USER{% if u.ban_reason %}: +
BANNED USER{% if u.ban_reason %}: {% if u.ban_reason_link %}{% endif %} {{u.ban_reason | safe}} {% if u.ban_reason_link %}{% endif %} {% endif %}
- {% if u.unban_utc %}
>{{u.unban_string}}
{% endif %} + {% if u.unban_utc %}
{{u.unban_string}}
{% endif %} {% endif %}
-

{{u.username}}

+

{{u.username}}

{% if u.username != u.original_username %} - + {% endif %} {% if SITE_NAME=='rDrama' and u.house %} - House {{u.house}} + House {{u.house}} {% endif %} {% if u.verified %} - + {% endif %} {% if u.admin_level > 1 or (u.admin_level == 1 and not(v and v.admin_level > 1)) %} - + {% elif u.admin_level == 1 and v and v.admin_level > 1 %} - + {% endif %} {% if v and v.has_follower(u) %} - Follows you + Follows you {% endif %}
{% if v and v.id != u.id %} @@ -105,11 +105,11 @@
- {% if u.customtitle %}

{{u.customtitle | safe}}

+ {% if u.customtitle %}

{{u.customtitle | safe}}

{% else %}

 				{% endif %}
 				
-				
+				
 
 				
-				{% if u.basedcount %}

Based Count: {{u.basedcount}}

{% endif %} + {% if u.basedcount %}

Based Count: {{u.basedcount}}

{% endif %} {% if u.bio_html %}

-					
{{u.bio_html | safe}}
+
{{u.bio_html | safe}}
{% else %} -

No bio...

+

No bio...

{% endif %} {% if u.friends_html %}

Friends:

- {{u.friends_html | safe}} +
{{u.friends_html | safe}}
{% endif %} {% if u.enemies_html %}

Enemies:

- {{u.enemies_html | safe}} +
{{u.enemies_html | safe}}
{% endif %} {% if u.received_awards %} -
+

Awards received

{% for a in u.received_awards %} - + x{{a['count']}} @@ -158,7 +158,7 @@ {% endif %} {% if u.moderated_subs %} -
+

Moderator of

{% for a in u.moderated_subs %} @@ -171,6 +171,7 @@
{% if v and v.id != u.id %} +
Unfollow Follow @@ -194,6 +195,7 @@ Revert admin actions {% endif %} {% endif %} +
@@ -311,28 +313,30 @@ {% endif %}

-					

User ID: {{u.id}}

-

Coins spent: {{u.coins_spent}}

-

True score: {{u.truecoins}}

-

Winnings: {{u.winnings}}

- {% if u.is_private %} -

User has private mode enabled.

- {% endif %} - {% if v and (v.admin_level > 1 or v.alt) %} - Alts: -
    - {% for account in u.alts_unique %} -
  • @{{account.username}}{% if account._is_manual %} [m]{% endif %}
  • - {% endfor %} -
- {% endif %} - {% if u.is_suspended %} -

Banned by: @{{u.banned_by.username}}

- {% endif %} +
+

User ID: {{u.id}}

+

Coins spent: {{u.coins_spent}}

+

True score: {{u.truecoins}}

+

Winnings: {{u.winnings}}

+ {% if u.is_private %} +

User has private mode enabled.

+ {% endif %} + {% if v and (v.admin_level > 1 or v.alt) %} + Alts: +
    + {% for account in u.alts_unique %} +
  • @{{account.username}}{% if account._is_manual %} [m]{% endif %}
  • + {% endfor %} +
+ {% endif %} + {% if u.is_suspended %} +

Banned by: @{{u.banned_by.username}}

+ {% endif %} +
-
+
{% for b in u.badges %} {% if b.url %} {{b.name}} @@ -363,50 +367,50 @@
-
+
{% if u.is_cakeday %}{% endif %}
{% if u.is_suspended %} -
BANNED USER{% if u.ban_reason %}: {{u.ban_reason | safe}}{% endif %}
- {% if u.unban_utc %}
>{{u.unban_string}}
{% endif %} +
BANNED USER{% if u.ban_reason %}: {{u.ban_reason | safe}}{% endif %}
+ {% if u.unban_utc %}
{{u.unban_string}}
{% endif %} {% endif %} -

{{u.username}}

+

{{u.username}}

{% if u.username != u.original_username %} - + {% endif %} {% if SITE_NAME=='rDrama' and u.house %} - House {{u.house}} + House {{u.house}} {% endif %} {% if u.verified %} -   +   {% endif %} {% if u.admin_level > 1 or (u.admin_level == 1 and not(v and v.admin_level > 1)) %} - + {% elif u.admin_level == 1 and v and v.admin_level > 1 %} - + {% endif %} {% if v and v.has_follower(u) and not v.is_nofollow %} - Follows you + Follows you {% endif %} - {% if u.customtitle %}

{{u.customtitle | safe}}

+ {% if u.customtitle %}

{{u.customtitle | safe}}

{% else %}

 				{% endif %}
 
-				
+				
 
 				
{{u.coins}} @@ -417,35 +421,35 @@ marseybux   {% endif %} - {{u.stored_subscriber_count}} follower{{'s' if u.stored_subscriber_count != 1 else ''}}   + {{u.stored_subscriber_count}} follower{{'s' if u.stored_subscriber_count != 1 else ''}}   - follows {{u.follow_count}} user{{'s' if u.follow_count != 1 else ''}}   + follows {{u.follow_count}} user{{'s' if u.follow_count != 1 else ''}}   {% if u.basedcount %} -
Based count: {{u.basedcount}} +
Based count: {{u.basedcount}} {% endif %} -
joined {{u.created_date}} +
joined {{u.created_date}}
{% if u.bio_html %} -

{{u.bio_html | safe}}

+

{{u.bio_html | safe}}

{% endif %} {% if u.friends_html %}

Friends:

- {{u.friends_html | safe}} +
{{u.friends_html | safe}}
{% endif %} {% if u.enemies_html %}

Enemies:

- {{u.enemies_html | safe}} +
{{u.enemies_html | safe}}
{% endif %} {% if u.received_awards %} -
+

Awards received

{% for a in u.received_awards %} - + x{{a['count']}} @@ -454,7 +458,7 @@ {% endif %} {% if u.moderated_subs %} -
+

Moderator of

{% for a in u.moderated_subs %} @@ -464,7 +468,7 @@
{% endif %} -
+
{% for b in u.badges %} {% if b.url %} {{b.name}} @@ -473,6 +477,7 @@ {% endif %} {% endfor %}
+
{% if v and v.id == u.id %} Edit profile Profile views @@ -505,6 +510,7 @@ Revert admin actions {% endif %} {% endif %} +

@@ -618,24 +624,26 @@
 					{% endif %}
 				{% endif %}
 				

-				

User ID: {{u.id}}

-

Coins spent: {{u.coins_spent}}

-

True score: {{u.truecoins}}

-

Winnings: {{u.winnings}}

- {% if u.is_private %} -

User has private mode enabled.

- {% endif %} - {% if v and (v.admin_level > 1 or v.alt) %} - Alts: -
    - {% for account in u.alts_unique %} -
  • @{{account.username}}{% if account._is_manual %} [m]{% endif %}
  • - {% endfor %} -
- {% endif %} - {% if u.is_suspended %} -

Banned by: @{{u.banned_by.username}}

- {% endif %} +
+

User ID: {{u.id}}

+

Coins spent: {{u.coins_spent}}

+

True score: {{u.truecoins}}

+

Winnings: {{u.winnings}}

+ {% if u.is_private %} +

User has private mode enabled.

+ {% endif %} + {% if v and (v.admin_level > 1 or v.alt) %} + Alts: +
    + {% for account in u.alts_unique %} +
  • @{{account.username}}{% if account._is_manual %} [m]{% endif %}
  • + {% endfor %} +
+ {% endif %} + {% if u.is_suspended %} +

Banned by: @{{u.banned_by.username}}

+ {% endif %} +