{% import 'macros_form.html' as form without context %} {% call form.segment() %} {% if links is defined %} {% call form.msgbox() %}{{ trans('hint_links') }}{% endcall %} {% call form.box(table=False) %} {{ links }} {% endcall %} {% endif %} {% if options is defined %} {% call form.box(table=False) %}
{{ trans('hint_options') }}