{% extends "admin/layout.html" %} {% block title %}{{ _("Eric The Fish") }}{% endblock %} {% block contents %}

{{ _("Eric The Fish") }}

{% trans %} This is Eric's configuration page. From here you can configure what Eric looks like. {% endtrans %}

{%- for skin in skins %} {{ skin.name }} {%- endfor %}
{% endblock %}