diff --git a/files/templates/CHRISTMAS/leaderboard.html b/files/templates/CHRISTMAS/leaderboard.html index 6e51fd1eb..0ba4b0f7a 100644 --- a/files/templates/CHRISTMAS/leaderboard.html +++ b/files/templates/CHRISTMAS/leaderboard.html @@ -363,4 +363,45 @@ {% endfor %} +{% if users13 %} +
+
+

+ rDrama's 25 Biggest Marsey Artists +

+
+
+ {% for user in users13 %} +
+ +

+ {{loop.index}} +

+
+ {{ user[0].username }} avatar + {% if loop.index == 1 %} + + {% endif %} +
+ +
+ + {{user[0].username}} + + {% if user[0].customtitle %} +

+ {{user[0].customtitle | safe}} +

+ {% endif %} +
+
+ + {{user[1]}} + +
+
+ {% endfor %} +
+
+{% endif %} {% endblock %} \ No newline at end of file diff --git a/files/templates/CHRISTMAS/marseys.html b/files/templates/CHRISTMAS/marseys.html new file mode 100644 index 000000000..9d687609c --- /dev/null +++ b/files/templates/CHRISTMAS/marseys.html @@ -0,0 +1,28 @@ +{% extends "default.html" %} +{% block content %} +
+
+	
+
+
+ + + + + + + + + +{% for marsey, author in marseys %} + + + + + + +{% endfor %} + +
#NameMarseyAuthor
{{loop.index}}{{marsey}}:{{marsey}}:{% if author in ('anton-d','unknown') %}{{author}}{% else %}@{{author}}'s profile picture{{author}}{% endif %}
+ +{% endblock %} \ No newline at end of file