= render 'form'
.section-listing.hide
.btn-group.pull-right.ptb20.pr15
= link_to new_admin_section_path, data: {toggle: 'modal', target: '#remote-modal'}, class: 'btn btn-default' do
i.fa.fa-plus-circle
| Add #{Section.model_name.human}
table#sections.table.table-bordered.table-condensed.table-striped data-source=collection_path(format: :json)
thead
tr
th data-column='name' data-default-sort='asc'
| Name
th data-column='meetings_count'
| #{Meeting.model_name.human.pluralize}
th.sorting_disabled data-column='action'
tbody