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

Monster Management

Add New Monster

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

{if #monsters > 0} {for monster in monsters} {/for}
ID Name Level HP Damage Armor Exp Gold Immunity Actions
{monster.ID} {monster.Name} {monster.Level} {monster.MaxHP} {monster.MaxDmg} {monster.Armor} {monster.MaxExp} {monster.MaxGold} {monster.ImmunityName} Edit
{if totalPages > 1} {/if} {else}
No monsters found.
{/if} {/block}