diff --git a/templates/macros.html.tera b/templates/macros.html.tera
index 0dfc8648..0df495c8 100644
--- a/templates/macros.html.tera
+++ b/templates/macros.html.tera
@@ -30,7 +30,7 @@
{% if optional %}
{{ "Optional" | _ }}
{% endif %}
- {{ details }}
+ {{ details | _ }}
{% if errors is defined and errors[name] %}
{% for err in errors[name] %}