diff --git a/crudkit/html/templates/crudkit/_macros.html b/crudkit/html/templates/crudkit/_macros.html
index 1bcdfd4..f8c504e 100644
--- a/crudkit/html/templates/crudkit/_macros.html
+++ b/crudkit/html/templates/crudkit/_macros.html
@@ -1,4 +1,5 @@
{% macro options(items, value_attr="id", label_path="name", getp=None) -%}
+
{%- for obj in items -%}
{%- endfor -%}
@@ -32,14 +33,31 @@
{%- endmacro %}
{% macro pager(model, page, pages, per_page, sort, filters, fields_csv) -%}
-