{% extends "ui/base.html" %} {% load bob %} {% load i18n %} {% block content %} {% if new_count == 0 and changed_count == 0 %}
{% trans "No changes to show." %}
{% else %} {% if change_type == 'existing' %}
{% for f in venture_service_filter_form %}
{{ f }}
{% endfor %}
{% endif %} {% if params.change_type == 'new' and new_count > 0 or params.change_type == 'existing' and changed_count > 0 %} {% table_header columns url_query %} {% for scan_summary in bob_page %} {% if scan_summary.device %} {% if change_type == 'existing' and scan_summary.device %} {% endif %} {% if change_type == 'existing' and scan_summary.device %} {% endif %} {% endfor %}
{% else %} {% endif %} {{ scan_summary.ipaddress }} {{ scan_summary.device.venture.name }} {{ scan_summary.modified }} {{ scan_summary.device }}
{% else %}
{% trans "No changes to show." %}
{% endif %} {% pagination bob_page url_query=url_query show_all=1 show_csv=0 fugue_icons=1 export_variable_name=export_variable_name %} {% endif %} {% endblock %}