{% import 'macros_form.html' as form without context %} {% macro my_box() -%} {% if not in_bscw %}
{% endif %}

{{ vote_start }}

{% if start_now %}
{% call form.innerbtngroup() %} {{ form.innerbtn(name='start_now', value=start_now) }} {% endcall %} {% endif %} {% if not in_bscw %}
{% endif %} {%- endmacro %} {{ form.msgbox(content=my_box()) if in_bscw else my_box() }}