<% if table.blank? and @table.present? then table = @table end %> <% timestamp = table.created_at %>
<% unless table.name.empty? then %>
<%=t 'projects.reports.elements.step_table.table_name', name: table.name %>
<% 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?) %>