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

{{ trans('label_after_vote') }}

{% if please_vote %}

{{ trans('label_not_voted_yet') }}

{% call form.innerbtngroup() %} {% call form.innerbtn(type='html') %} {{ trans('label_btn_vote') }} {% endcall %} {% endcall %} {% endif %} {% if not in_bscw %}
{% endif %} {% endmacro %} {{ form.msgbox(content=my_msgbox()) if in_bscw else my_msgbox() }}