{% extends 'portal.html' %} {% block title %} {% include "hawc/siteTitle.html" with crumbs=object.get_crumbs crud=crud %} {% endblock title %} {% block breadcrumbs %} {% include "hawc/breadcrumbs.html" with crumbs=object.get_crumbs crud=crud %} {% endblock %} {% block content %}

{{object}} {% if obj_perms.edit %}
Actions
{% endif %}

{% if crud == "Read" %}

Available endpoints

{% endif %} {% endblock %} {% block extrajs %} {% endblock %}