{# /** * @file * Default theme implementation for the Moderation Sidebar's container. * * This is what appears in the Moderation sidebar when moderating an entity. * * Available variables: * - element: Render element. * - info: Information about the moderation state. * - actions: The moderation actions that can be performed. * * @ingroup themeable */ #} {% if element.info %} {{ element.info }} {% endif %} {% if element.actions.primary %}
{{ element.actions.primary }}
{% endif %} {% if element.actions.secondary %}
{{ element.actions.secondary }}
{% endif %}