{% extends 'admin/base.html' %} {% block _title %}{{ _('Emojis') }}{% endblock %} {% set emojis_link = 'active' %} {% block _content %}
{{ _('Add custom emojis to your {} instance').format(const.appName) }}
{{ _('Image') }} | {{ _('Name') }} | {{ _('Filename') }} | {{ _('Actions') }} |
---|
{{ _('No emojis uploaded') }}
{% endif %}{{ _('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 %}{{ _('Image') }} | {{ _('Name') }} | {% if json_pack %}{{ _('Author') }} | {{ _('Released') }} | {% endif %}{{ _('Folder') }} | {{ _('Actions') }} |
---|
{{ _('No emoji packs uploaded') }}
{% endif %} {% endblock %}