{% extends 'shop/base.html' %} {% load i18n %} {% block content %}

{% trans "My Shops" %}

{% trans "Create shop" %}
{% include 'shop/_shop_table.html' with shops=personal_shops %} {% if can_manage_corp %}

{% trans "Corporation Shops" %}

{% include 'shop/_shop_table.html' with shops=corp_shops %} {% endif %}
{% trans "Found a bug or have an idea for aa-shop?" %} {% trans "Open an issue" %} {% trans "or say hi on the" %} {% trans "Alliance Auth Discord" %}.
{% endblock %}