Service {$service->name|escape:html}

Edit Service
 

Sites

{if $sites}
{foreach from=$sites item=site}
{$site->name|escape:html}
{$site->description|escape:html}
{/foreach}
{else} You haven't created any sites for this service yet. Create some with the button below. {/if}