{% 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 %} {% set allowed_language_ids = [] %} {% for language in languages %} {{ allowed_language_ids.append(language.id) or '' }} {% endfor %} {% if not current_user.is_admin %}
{{ _('Warning: Custom Actions are an advanced feature that most users of %(service_name)s will not need. See the User Guide for more information.', service_name=service_name) }}