<?if $arg.ns.length?>
  <table style="margin-left: .5em;">
    <?for ns $arg.ns?>
      <tr>
        <th style="text-align: right; padding-right: .5em;"><span class="part"><?t ns.abbrev?></span>:</th>
        <td>
          <span class="part"><?t ns.uri?></span>
          <?if $arg.del?>
            <span class="linkish">(delete)</span>
            <?event click $arg.del(ns.abbrev);?>
          <?if.?>
        </td>
      </tr>
    <?for.?>
  </table>
<?else?>
  No namespaces.
<?if.?>
