{% import 'macros_form.html' as form without context %}
{% call form.segment(title=trans('showws')) %}
{% if wv is defined %}
{% if wv %}
{% call form.box(table=False, cl="bscwBox bscw_showws_box") %}
{{ wv }}
{{ trans('label_totalnum') }}: 0
{{ trans('label_lastmod') }}: {{ lastmod }}
{% endcall %}
{% endif %}
{% if not wv %}
{% call form.msgbox() %}
{{ form.err(htmlstr('\n\t %s\n\t ') % trans('label_wslist_nodojo')) }}
{% endcall %}
{% endif %}
{% endif %}
{% if wv is undefined %}
{% call form.msgbox() %}
{{ trans('label_wslist_unavail') }}
{% endcall %}
{% endif %}
{% endcall %}
{% if operationdialog is defined %}{{ operationdialog }}{% endif %}
{{ wu }}