-
-
Account collegati
+
+
+
+
+ Account collegati
+
+
+
+ - royalnet:{{ royal.username }}
+ {% for telegram in royal.telegram %}
+ {% if telegram.username %}
+ - telegram:{{ telegram.mention() }}
+ {% else %}
+ - telegram:{{ telegram.mention() }}
+ {% endif %}
+ {% else %}
+ - Telegram non collegato
+ {% endfor %}
+ {% for discord in royal.discord %}
+ - discord:{{ discord.full_username() }}
+ {% else %}
+ - Discord non collegato
+ {% endfor %}
+
+
+
-
-
- - royalnet:{{ royal.username }}
- {% for telegram in royal.telegram %}
- {% if telegram.username %}
- - telegram:{{ telegram.mention() }}
- {% else %}
- - telegram:{{ telegram.mention() }}
- {% endif %}
- {% else %}
- - Telegram non collegato
- {% endfor %}
- {% for discord in royal.discord %}
- - discord:{{ discord.full_username() }}
- {% else %}
- - Discord non collegato
- {% endfor %}
-
-
-
-
-
- Statistiche
-
-
-
- - Righe del diario create: {{ royal.diario_created|length }}
- - Righe del diario in cui è menzionato: {{ royal.diario_quoted|length }}
- - Modifiche alla wiki: {{ royal.wiki_contributions|length }}
- {% if royal.active_kv_group %}
-
- Kvgroup attivo: {{ royal.active_kv_group[0].group_name }}
- {% else %}
- - Kvgroup attivo: Nessuno
- {% endif %}
-
-
-
-
-
- Alias
-
-
-
- {% for alias in royal.aliases %}
- - {{ alias.alias|capitalize }}
- {% endfor %}
-
+
+
+
+ Statistiche
+
+
+
+ - Righe del diario create: {{ royal.diario_created|length }}
+ - Righe del diario in cui è menzionato: {{ royal.diario_quoted|length }}
+ - Modifiche alla wiki: {{ royal.wiki_contributions|length }}
+ {% if royal.active_kv_group %}
+
- Kvgroup attivo: {{ royal.active_kv_group[0].group_name }}
+ {% else %}
+ - Kvgroup attivo: Nessuno
+ {% endif %}
+
+
+
+
+
+
+
+ Alias
+
+
+
+ {% for alias in royal.aliases %}
+ - {{ alias.alias|capitalize }}
+ {% endfor %}
+
+
+
+
+ Medals
+
+
+ TODO
+
{% endblock %}
diff --git a/royalnet/web/royalprints/wikiedit/templates/wikiedit_page.html b/royalnet/web/royalprints/wikiedit/templates/wikiedit_page.html
index dcaf3cbf..3929b4e4 100644
--- a/royalnet/web/royalprints/wikiedit/templates/wikiedit_page.html
+++ b/royalnet/web/royalprints/wikiedit/templates/wikiedit_page.html
@@ -17,7 +17,7 @@
-
-
+
{% block content %}{% endblock %}