<div class="i-event_news index-event_news-1 {{display}}"> <h1 class="i-event_news__page-title">{{page-title}}</h1> <table class="i-event_news__table table table-striped"> <thead> <tr> <th class="i-event_news__th i-event_news__th--event_date">{{event_date-head}}</th> <th class="i-event_news__th i-event_news__th--speaker">{{speaker-head}}</th> <th class="i-event_news__th i-event_news__th--title">{{title-head}}</th> <th class="i-event_news__th i-event_news__th--host">{{host-head}}</th> <th class="i-event_news__th i-event_news__th--notes">{{notes-head}}</th> </tr> </thead> <tbody data-level="0" data-list="event_news"> <tr> <td class="i-event_news__postdate"><span class="i-event_news__postdate-content" date-format="%Y-%m-%d">{{postdate}}</span></td> <td class="i-event_news__speaker">{{speaker}}</td> <td class="i-event_news__content"> <span class="i-event_news__status-wrap" data-list="statuses" data-level="1"> <span class="i-event_news__status label status {{status-class}}">{{status}}</span> </span> <a class="i-event_news__title" href="{{link_to_show}}">{{title}}</a> </td> <td class="i-event_news__host">{{host}}</td> <td class="i-event_news__notes">{{notes}}</td> </tr> </tbody> </table> </div> {{pagination_goes_here}}