{% extends 'animal/animalgroup_detail.html' %} {% load add_class %} {% load selectable_tags %} {% block title %} {% include "hawc/siteTitle.html" with crumbs=object.get_crumbs crud=crud %} {% endblock title %} {% block extrastyle %} {% include_ui_theme %} {% endblock %} {% block breadcrumbs %} {% include "hawc/breadcrumbs.html" with crumbs=object.get_crumbs crud=crud %} {% endblock %} {% block content %} {% include "hawc/_copy_as_new.html" with name="endpoint" notes="Select an existing endpoint as a template to create a new one. Only inputs from the current study are available." %} {% endblock content %} {% block extrajs %} {{ form.media }} {% endblock extrajs %}