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