<% table ||= @table %> <% timestamp = table.created_at %>
<% if defined? path and path.present? %> <%=t 'projects.reports.elements.step_table.table_name', name: filename %> <% else %> <% if table && table.name %> <%=t 'projects.reports.elements.step_table.table_name', name: truncate(table.name, length: Constants::FILENAME_TRUNCATION_LENGTH) %> <% end %> <% end %>
<%=t 'projects.reports.elements.step_table.user_time', timestamp: l(timestamp, format: :full) %>
<%= render partial: 'reports/elements/element_controls.html.erb' %>
<%= children if (defined? children and children.present?) %>