Back to Netbox

Base

netbox/templates/ui/panels/_base.html

4.6.4196 B
Original Source

{% if title or actions %}

{{ title|default:"" }} {% if actions %} {% for action in actions %} {% render action %} {% endfor %} {% endif %}

{% endif %} {% block panel_content %}{% endblock %}