{% macro tagbox(tags) -%}

{{_("Tags")}}

{% if tags %} {% else %}

{{ _("no tags availaible")}}

{% endif %}
{%- endmacro %}