<div class="i-annc  index-announcement-14 {{display}}">
  <h3 class="i-annc__page-title">{{page-title}}</h3>
  <table class="i-annc__table  table  table-striped">
    <thead>
      <tr>
        <th class="i-annc__th  i-annc__th--date" id='date'>{{date-head}}</th>
        <th class="i-annc__th  i-annc__th--title" id='title'>{{title-head}}</th>
      </tr>
    </thead>
    <tbody data-level="0" data-list="announcements">
        <tr>
          <td class="i-annc__postdate" date-format="%Y-%m-%d" headers='date'>{{postdate}}</td>
          <td class="i-annc__content" headers='title'>
            <span class="i-annc__status-wrap" data-list="statuses" data-level="1">
              <span class="i-annc__status label status {{status-class}}">{{status}}</span>
            </span>
            <a class="i-annc__title" href="{{link_to_show}}">{{title}}</a>
          </td>
        </tr>
    </tbody>
  </table>
</div>
{{pagination_goes_here}}