{% 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 %}

Warning: Custom Actions are an advanced feature that most users of {{ service_name }} will not need. See the User Guide for more information.

{{ action_form.hidden_tag() }}
{% if may_set_user_specific %}
{% endif %}
{% if use_schema_editor %}
{% endif %}
{% if pygments_output %} {{ pygments_output | safe }} {% if error_message is not none %}
Error: {{ error_message }}
{% endif %} {% endif %}
{% if use_schema_editor %}
Properties
{% endif %} {% endblock %}