{% import 'macros_form.html' as form without context %} {% if meta_info is defined %} {% call form.msgbox() %} {{ meta_info }} {% endcall %} {% endif %} {% if not default_content %}
{% endif %} {% call form.innerbtngroup() %} {{ form.innerbtn(extra=' onclick="addInputSet(this); return false;"', icon='add', id='%s%s' % (uid, append), name='%s%s.x' % (uid, append), type='submit', value=trans('button_label_again')) }} {% endcall %} {% if not request.is_mobile %} |