{% extends 'admin/model/list.html' %} {% block list_row_actions_column scoped %}
{% block list_row_actions scoped %} {{ super() }} {% if current_user.can(action='cancel', module='ShippingNotice') %}
{% endif %} {% endblock %}
{% endblock %} {% block model_menu_bar %}
{{ _gettext('List') }} ({{ count }})
{% if admin_view.can_create %}
{{ _gettext('Create') }}
{% endif %} {% if filters %}
{{ model_layout.filter_options() }}
{% endif %} {% if actions %}
{{ actionlib.dropdown(actions) }}
{% endif %}
{{ gettext('Export') }}
{{ gettext('Export Shipping Notice') }}
{% if search_supported %}
{{ model_layout.search_form() }}
{% endif %}
{% endblock %} {% block tail %} {{ super() }} {% endblock %} {% block model_list_table %}
{{ _('Export') }}
x {{ gettext('Export Shipping Notice') }}
{{ gettext('Start Time') }}:
{{ gettext('End Time') }}:
{{ _('Status') }}:
{{ _('PAID') }}
{{ _('SENT_TO_WMS') }}
{{ _('OUT_OF_DELIVERY_RANGE') }}
{{ _('SHIPPED') }}
{{ _('MSS_SHIPPED') }}
{{ _('CANCELED') }}
{{ super() }} {% endblock %}