<% if current_team %> <% provide(:sidebar_title, t('sidebar.templates.sidebar_title')) %> <% provide(:container_class, "no-second-nav-container") %> <% content_for :head do %> <% end %> <%= content_for :sidebar do %> <%= render partial: "/shared/sidebar/templates_sidebar", locals: {active: :label} %> <% end %> <%= stylesheet_link_tag 'datatables' %>
<%= t('label_templates.index.thead_name') %> <%= t('label_templates.index.format') %> <%= t('label_templates.index.description') %> <%= t('label_templates.index.updated_by') %> <%= t('label_templates.index.updated_at') %> <%= t('label_templates.index.created_by') %> <%= t('label_templates.index.created_at') %>
<%= render partial: "index_toolbar" %> <%= render partial: "delete_modal" %> <%= javascript_include_tag 'label_templates/label_templates_datatable' %> <%= javascript_include_tag 'vue_components_action_toolbar' %> <% end %>