{# /** * @file * Default theme implementation for a summary of an image pixelate effect. * * Available variables: * - data: The current configuration for this pixelate effect, including: * - size: Size of the pixels. * - effect: The effect information, including: * - id: The effect identifier. * - label: The effect name. * - description: The effect description. * * @ingroup themeable */ #} {% apply spaceless %} {{ data.size }}{{ 'px'|t }} {% endapply %}