<table class="details add-event-annotation">
  <tr>
    <th>[% l('Event:') %]</th>
    <td>[% descriptive_link(edit.display_data.event) %]</td>
  </tr>
  <tr>
    <th>[% l('Changelog:') %]</th>
    <td>
      <a href="[% c.uri_for_action('/event/annotation_revision', [ edit.display_data.event.gid ], edit.display_data.annotation_id) %]">
        [% html_escape(edit.display_data.changelog) || l('(no changelog)') %]
      </a>
    </td>
  </tr>
</table>
