{$cur_country.name|htmlspecialchars} - {trans key="states.states"}


{if $states}
 
{foreach from=$states item="one"} {/foreach}
{trans key="states.name"} {trans key="states.code"}
{$one.name|htmlspecialchars} {$one.short_name} Edit Delete
{if $paginator->prevPage} {else} {/if} {if $paginator->nextPage} {else} {/if} {$paginator->itemsFrom}-{$paginator->itemsTo} of {$paginator->itemsCount}
{else}
{trans key="states.no_states"}
{/if} {include file="templates/pages/country-state/modal-add-state.html"} {include file="templates/pages/country-state/modal-states-delete.html"}