- breadcrumb :stop_area_referential, @stop_area_referential - page_header_content_for @stop_area_referential .page_content .container-fluid .row .col-lg-12 = table_builder_2 @stop_area_referential.stop_area_referential_syncs, [ \ TableBuilderHelper::Column.new( \ name: t('.synchronized'), \ attribute: Proc.new { |sync| stop_area_referential_sync_created_at(sync) }, \ ), \ TableBuilderHelper::Column.new( \ name: t('.status'), \ attribute: Proc.new { |sync| stop_area_referential_sync_status(sync) }, \ ), \ TableBuilderHelper::Column.new( \ name: t('.message'), \ attribute: Proc.new { |sync| stop_area_referential_sync_message(sync) }, \ ), \ ], sortable: false, cls: 'table' - unless @stop_area_referential.stop_area_referential_syncs.any? .row.mt-xs .col-lg-12 = replacement_msg t('stop_area_referential_syncs.search_no_results')