{include "admin/layout.html"} {block "content"}

Spell Management

Add New Spell

Total spells: {#spells} | Page {currentPage} of {totalPages}

{if #spells > 0} {for spell in spells} {/for}
ID Name Type MP Cost Power Icon Actions
{spell.ID} {spell.Name} {spell.TypeName} {spell.MP} {spell.Power} {if spell.Icon}{spell.Icon}{else}-{/if} Edit
{if totalPages > 1} {/if} {else}
No spells found.
{/if} {/block}