<g:each in="${report}">
	<tr>
		<td><g:formatDate format="MMM dd, yyyy" date="${it?.date_created}"/></td>
		<td>${it.customer_count}</td>
		<td>${it.customer_with_spouse_count}</td>
	</tr>
</g:each>