{% import 'macros_form.html' as form without context %}
{% if xtext is undefined %}
{% call form.innerbtngroup() %}
{{ form.innerbtn(extra=htmlstr(' onclick="return createTextarea(this, 78, 5);"'), icon='add', name='%sadd_text.x' % uid, type='submit', value=trans('btn_include')) }}
{% endcall %}
{% endif %}
{% if xtext is defined %}
{% endif %}