{#if $T.d.length == 0}
No blogs were found.
{#else} {#foreach $T.d as b} {#/for}
Active Primary Name Host Name Text Accepted Before Host Name Virtual Path Storage Container  
{$T.b.Name} {$T.b.Hostname} {$T.b.VirtualPath} {$T.b.StorageContainerName}
  • Tools
      {#if $T.b.CanUserEdit}
    • Edit
    • {#/if} {#if $T.b.CanUserDelete}
    • Delete
    • {#/if}
{#/if}