{% extends "base.html" %} {% block title %}Action #{{ action.id }}: {{ action.name }} — {{ service_name }}{% endblock %} {% block content %}
{% if is_public %}{% else %}{% endif %} This custom action is {% if not is_public %}not {% endif %}public.
{% endif %} {% if action.is_hidden %}This action has been hidden from action lists.
{% endif %} {% if action.description_as_html or action.description %}{{ action.description }}
{% endif %}