{include "admin/layout.html"} {block "content"}
Total monsters: {#monsters} | Page {currentPage} of {totalPages}
{if #monsters > 0}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 |