{% extends '_base.html' %} {% load helpers %} {% block actions %} {% if perms.peering.change_autonomoussystem %} Edit {% endif %} {% if perms.peering.delete_autonomoussystem %} Delete {% endif %} {% endblock %} {% block breadcrumb %} {% endblock %} {% block content %} {% block subcontent %}{% endblock %} {% endblock %}