---
block: line #
---
Report for {{ name }}
#if online
Status: ACTIVE
#else
Status: INACTIVE
#endif
Items ({{ str(count) }}):
#for n in nums
  {{ str(n) }}. item
#endfor
--- end ---
