<div class="i-annc  index-announcement-14 {{display}}">
  <h1 class="i-annc__page-title">{{page-title}}</h1>
  <table class="i-annc__table  table  table-striped">
    <thead>
      <tr>
        <th class="i-annc__th  i-annc__th--date">{{date-head}}</th>
        <th class="i-annc__th  i-annc__th--title">{{title-head}}</th>
      </tr>
    </thead>
    <tbody data-level="0" data-list="event_news">
        <tr>
          <td class="i-annc__postdate" date-format="%Y-%m-%d">{{postdate}}</td>
          <td class="i-annc__content">
            <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}}