% html_title t(:label_administration), t('custom_actions.plural') -%>
<%= toolbar title: t('custom_actions.plural') do %>
<%= link_to new_custom_action_path,
{ class: 'button -alt-highlight',
aria: { label: t('custom_actions.new') },
title: t('custom_actions.new') } do %>
<%= op_icon('button--icon icon-add') %>
<%= CustomAction.model_name.human %>
<% end %>
<% end %>
<%= rails_cell ::CustomActions::TableCell, @custom_actions %>