<div class="w-annc  widget-announcement-13">
  <h3 class="w-annc__widget-title">
    <span>{{widget-title}}</span>
  </h3>
  <table class="w-annc__table  table">
    <tbody data-level="0" data-list="event_news">
      <tr>
        <td class="w-annc__postdate">{{postdate}}</td>
        <td class="w-annc_content">
          <span class="w-annc__status-wrap" data-list="statuses" data-level="1">
            <span class="w-annc__status label status {{status-class}}">{{status}}</span>
          </span>
          <a class="w-annc__title" href="{{link_to_show}}">{{title-head}}{{title}}</a>
        </td>
        <td style="{{speaker-css}}" class="w-annc__speaker">{{speaker-head}}{{speaker}}</td>
        <td style="{{host-css}}" class="w-annc__host">{{host-head}}{{host}}</td>
        <td style="{{place-css}}" class="w-annc__host">{{place-head}}{{place}}</td>
        <td style="{{event-time-css}}" class="w-annc__host">{{event_date-head}}{{event-time-formated}}</td>
        <td class="w-annc__subtitle">{{subtitle}}</td>
        <td style="{{notes-css}}" class="w-annc__notes">{{notes-head}}{{notes}}</td>
      </tr>
    </tbody>
  </table>
  <div class="w-annc__more-wrap clearfix">
    <a class="w-annc__more btn btn-primary pull-right" href="{{more_url}}"><%= t("event_news.more") %></a>
  </div>
</div>