{% if field_id is not empty %} {% set field = createModel('ReportFields','reports').findById(field_id) %} {% endif %}
| {{ columns.date }} | {{ columns.value }} | {{ columns.period }} | {{ columns.day }} | {{ columns.month }} | {{ columns.year }} |
|---|---|---|---|---|---|
| {{ item.date_created|dateFormat }} | {{ item.value }} | {{ item.period }} | {{ item.day }} | {{ item.month }} | {{ item.year }} |