{% extends "base.html" %} {% load image_tags %} {% block title %} Emotes {% endblock title %} {% block content %}

Emotes

{% for emote in emotes %} {% picture emote.image_url alt="Emote" width=96 height=96 style="max-width: 96px; max-height: 96px" %} {% empty %}

No drop campaigns with emotes found.

{% endfor %} {% endblock content %}