<master src="master">
<property name="title">#users-selection.Users_Selections#</property>
<property name="context_bar">@context_bar;noquote@</property>

<if @admin_p@ eq 1>
  <a href="admin/">#users-selection.lt_Administer_Users_Sele#</a><p>
</if>

<if @selections:rowcount@ eq 0>
  <i>#users-selection.no_selections#</i>
</if>
<else>
  <table>
    <tr>
      <th>#users-selection.Title#</th>
      <th>#users-selection.Created_by#</th>
      <th>#users-selection.Date#</th>
      <th></th>
    </tr>
    <multiple name="selections">
      <tr>
        <td>@selections.title@</td>
        <td>@selections.owner@</td>
        <td>@selections.creation_date@</td>
        <td>[<a href="@selections.details_url@">#users-selection.details#</a>]</td>
      </tr>
    </multiple>
  </table>
</else>