{% import "backend/macros.html" as macros %} {% extends "backend/custom/surround.html" %} {% block content %} {% if not origin %} {% set origin = False %} {% endif %} {{ macros.getRecordButtons(classname,classid,current_user,record,editable,backlink)}} {% if editable %}
{% endif %} {% endblock %}