<!-- BEGIN site/display_name.tt -->
[% IF location.length > 30 %]
<span class="acronym" title="[% location | html %]">[% location | truncate(30) | html %]</span>
[% ELSE %]
[% location | html %]
[% END %]
<!-- END site/display_name.tt -->