{% 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.
Add New
ID
Order
Hier.
String
Image
Actions
{% for emote in emotes %}
#{{ emote.emote_id }}
{{ emote.emote_order }}
{{ emote.emote_hierarchy }}
{{ emote.emote_string }}
{{ emote.emote_string }}
Edit
{% endfor %}
{% endblock %}