{include file="$admintemplatepath/simpleheader.template"}
{$locale->tr("step2")} {include file="$admintemplatepath/errormessage.template" message=$locale->tr("error_adding_blog")}
*
{$locale->tr("register_blog_name_help")}
{include file="$admintemplatepath/validate.template" field=blogName message=$locale->tr("error_empty_name")}
{if $blogDomainsEnabled}
{$locale->tr("register_blog_domain_help")}
{include file="$admintemplatepath/validate.template" field=blogSubDomain message=$locale->tr("error_invalid_subdomain")} {include file="$admintemplatepath/validate.template" field=blogMainDomain message=$locale->tr("error_invalid_domain")}
{/if}
*
{$locale->tr("blog_language_help")}
{include file="$admintemplatepath/validate.template" field=blogLocale message=$locale->tr("error_empty_locale")}
*
{$locale->tr("blog_category_help")}
{include file="$admintemplatepath/validate.template" field=blogCategory message=$locale->tr("error_incorrect_blog_category")}
{$locale->tr("register_step3_help")}
{include file="$admintemplatepath/validate.template" field=templateId message=$locale->tr("error_must_choose_template")} {foreach from=$templates item=template} {assign var=templateName value=$template->getName()}
{$templateName}


{/foreach}
{include file="$admintemplatepath/footer.template"}