{* Adding a new Country *}
{form name="thelia.admin.country.creation"}
{* Capture the dialog body, to pass it to the generic dialog *}
{capture "country_creation_dialog"}
{form_hidden_fields form=$form}
{form_field form=$form field='success_url'}
{* on success, redirect to the edition page, _ID_ is replaced with the created object ID, see controller *}
{/form_field}
{loop type="lang" name="current-edit-lang" default_only="1"}
{form_field form=$form field='title'}
{intl l="Enter here the value in the default language (%title)" title={$TITLE}}