<%@ page import="org.ossim.omar.core.Report" %> <g:message code="default.show.label" args="[entityName]"/>

${flash.message}
${fieldValue(bean: reportInstance, field: "id")}
${fieldValue(bean: reportInstance, field: "name")}
${fieldValue(bean: reportInstance, field: "email")}
${fieldValue(bean: reportInstance, field: "phone")}
${fieldValue(bean: reportInstance, field: "report")}
${fieldValue(bean: reportInstance, field: "status")}
${fieldValue(bean: reportInstance, field: "comment")}