<div class="table-responsive">
<table class="table table-hover table-bordered">
<thead>
<tr>
<th scope="col"><%= _('Template Name') %> <%= paginable_sort_link('templates.title') %></th>
<th scope="col"><%= _('Organisation') %> <%= paginable_sort_link('orgs.name') %></th>
<th scope="col"><%= _('Status') %></th>
<th scope="col"><%= _('Edited Date') %> <%= paginable_sort_link('templates.updated_at') %></th>
</tr>
</thead>
<tbody>
<%= render(partial: "org_admin/templates/row", collection: scope, as: :template) %>
</tbody>
</table>
</div>