2012-05-30 16:27:59 -05:00

14 lines
294 B
Cheetah

<html>
<body>
<p>You're <a href="/hosting">hosting</a>
$service for <a href="/hosting/$client/">$client</a> at:</p>
#if $locations
<ul>
#for location in $locations
<li><a href="$location">$location</a></li>
#end for
</ul>
#end if
</body>
</html>