<h2><%=t :label_glossary_term %> #<%= @term.id %></h2>

<h3><%= @term.name %></h3>

<table>
  <tr>
    <th><%=t :field_description %></th>
    <td><%= @term.description %></td>
  </tr>
</table>
