<%= @report.name %>

Erstellt am <%= l(@report.created_at, format: :short) %>, zuletzt bearbeitet am <%= l(@report.updated_at, format: :short) %> <% if @report.comment_html %>
<%= @report.comment_html %>
<% end %>
<% @report.elements.each do |element| %> <%= render element %> <% end %>