{include file="page_header.tpl"} {literal} {/literal}
{section name=domain loop=$tool_domain_list} {/section}
Domains
{$tool_domain_list[domain].domain_name}
{if $tool_domain_selected}
{section name=shard loop=$tool_shard_list} {if $tool_domain_selected == $tool_shard_list[shard].shard_domain_id} {/if} {/section}
Shards
{$tool_shard_list[shard].shard_name}
{/if}
  {if !$tool_domain_selected}
You need to select a domain.
{else} {if !$tool_shard_selected}
You need to select a shard.
{/if} {/if}
{$tool_curl_output}
{include file="page_footer.tpl"}