{% extends "base.html" %} {% block title %}Action — {{ service_name }}{% endblock %} {% block stylesheets %} {{ super() }} {% if use_schema_editor %} {% endif %} {% endblock %} {% block scripts %} {{ super() }} {% if use_schema_editor %} {% endif %} {% endblock %} {% block content %} {% if not current_user.is_admin %}
Warning: Custom Actions are an advanced feature that most users of {{ service_name }} will not need. See the User Guide for more information.