{% extends 'assets/base.html' %} {% load assets bob i18n icons %} {% block extra_headers %} {{ block.super }} {% endblock %} {% block scripts %} {{ block.super }} {% endblock %} {% block sidebar_search%} {% endblock %} {% block content %} {% if assets_count %}
{{assets_count}} {% trans "items searched" %}
{% endif %}

{{ header }}

{% mode_switch %}
{{assets_count}} {% trans "assets selected" %}
{% table_header columns url_query sort fugue_icons=1 sort_variable_name=sort_variable_name %} {% for row in bob_page %} {% if mode == 'back_office' %} {% endif %} {% if mode == 'back_office' %} {% endif %} {% if mode == 'back_office' %} {% endif %} {% if mode == 'dc' %} {% endif %} {% if mode == 'back_office' %} {% endif %} {% if mode == 'back_office' %} {% endif %} {% if not asset_hide_action_search %} {% endif %} {% endfor %}
{% icon row.get_data_icon %} {{row.get_data_type|capfirst}} {{row.get_status_display}} {{row.barcode|default:'-' }} {{row.purchase_order|default:'-' }}{{row.model.category|default:'-' }} {{row.model.manufacturer.name|default:'-' }}{{row.model.name|default:'-' }}{{row.user|default:'-' }}{{row.warehouse}} {{row.sn|default:'-' }}{{row.office_info.imei|default:'-' }} {{row.property_of|default:'-' }} {{row.hostname|default:'-' }} {{row.service_name|default:'-' }}{{row.invoice_date|default:'-' }} {{row.invoice_no|default:'-' }}{{row.order_no|default:'-' }} {{row.price}} {{row.venture}} {% if row.is_discovered %} {% else %} {% endif %} {{row.remarks|default:'-' }}{{row.created|default:'-' }}
Action
{% pagination bob_page url_query=url_query show_all=0 show_csv=1 fugue_icons=1 export_variable_name=export_variable_name %}
{% trans "Bulk actions..." %}
{% if asset_transitions_enable %}
{% trans "Transition asset" %}
{% endif %}
  • {% icon 'fugue-documents-stack' %} {% trans "Select on all pages" %}
  • {% endblock %}