{% extends 'admin/base.html' %} {% block _title %}Emojis{% endblock %} {% set emojis_link = 'active' %} {% block _content %}

Custom emojis

Upload


Supported archive formats: .zip, .tar, .tar.gz, .tar.bz2, .tar.xz

Manage

Emojis

{% if emojis %}
{% for emoji in emojis %} {% include 'snippets/admin/emojiRow.html' %} {% endfor %}
Image Name Filename Actions
{% else %}

No emojis uploaded

{% endif %}

Emoji packs

Please note that if meta.json is not found in the archive, preview images are selected by first emoji name to appear alphabetically, so they may not be accurate sometimes

{% if packs %}
{% if json_pack %} {% endif %} {% for pack in packs %} {% with json_pack = json_pack, index = loop.index - 1 %} {% include 'snippets/admin/packRow.html' %} {% endwith %} {% endfor %}
Image NameAuthor ReleasedFolder Actions
{% else %}

No emoji packs uploaded

{% endif %} {% endblock %}