{% macro resourcesbox(title, resources) -%}
{% if title %}

{{title}}

{% endif %}
{% if resources %} {% else %}

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

{% endif %}
{%- endmacro %}