<% if with_environment %> <% end %> <% entity_syncs.each do |entity_name, sync_data| %> <%= render 'sync', with_environment: with_environment, entity_name: entity_name, sync: sync_data[:started_sync], average_time: sync_data[:average_time] if sync_data[:started_sync] %> <%= render 'sync', with_environment: with_environment, entity_name: entity_name, sync: sync_data[:finished_sync], average_time: sync_data[:average_time] if sync_data[:finished_sync] %> <% end %>
<%= t('ieducar_api_configuration.sync_table.environment') %><%= t('ieducar_api_configuration.sync_table.started_at') %> <%= t('ieducar_api_configuration.sync_table.ended_at') %> <%= t('ieducar_api_configuration.sync_table.time') %> <%= t('ieducar_api_configuration.sync_table.estimated_time') %> <%= t('ieducar_api_configuration.sync_table.status') %>