{% extends "base.html" %} {% block title %}Library{% endblock %} {% block head %} {% endblock %} {% block content %}
{# ── Abilities Tab ── #}
Ability ID Name Type Alterations Actions
No abilities registered yet.
{% include "components/ability_editor.html" %}
{# ── Alterations Tab ── #}
Alteration ID Name Effect Actions
No alterations registered yet.
{% set alteration_modal_extra = 'catalog' %} {% include "components/alteration_editor.html" %}
{% endblock %}