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

Town Management

Add New Town

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

{if #towns > 0} {for town in towns} {/for}
ID Name Position Inn Cost Map Cost TP Cost Shop Items Actions
{town.ID} {town.Name} ({town.X}, {town.Y}) {town.InnCost}g {town.MapCost}g {town.TPCost}g {town.ShopItemCount} Edit
{if totalPages > 1} {/if} {else}
No towns found.
{/if} {/block}