{% extends 'generic/object_edit.html' %}
{% load static %}
{# #63 — load the icon picker assets. NetBox's default object_edit.html
doesn't emit {{ form.media }}, so we include the JS/CSS by hand. #}
{% block content %}
{{ block.super }}
{% endblock %}