{% extends 'manage/general/master.twig' %} {% from 'macros.twig' import container_title %} {% block manage_content %}
{{ container_title(' Emoticons') }}
Here you can manage emoticons and their aliases and other properties. There are no imposed restrictions on strings (aside from being ASCII only) but if you add shit like spaces or uppercase letters I will kill you dead.
Add
ID
Order
Rank
Image
Actions
{% for emote in emotes %}
#{{ emote.id }}
{{ emote.order }}
{{ emote.minRank }}
{{ emote.url }}
{% endfor %}
{% endblock %}