{% extends 'nautobot_device_lifecycle_mgmt/softwarelcm_retrieve.html' %} {% load helpers %} {% block title %}{{ block.super }} - Software Images{% endblock %} {% block content %}
{% include 'utilities/obj_table.html' with table=softwareimages_table table_template='panel_table.html' heading='Software Images' %}
{% endblock %}