{block name="admin_export_child_categories"} {foreach item=category from=$content_data.categories} {block name="admin_export_child_categories_category"}
  • {$category.categories_name|htmlentities_wrapper}
  • {/block} {/foreach} {/block}