{# /** * @file * Default theme implementation for a summary of an image convolution effect. * * Available variables: * - data: The current configuration for this convolution effect, including: * - label: The name that identify a convolution setup. * - effect: The effect information, including: * - id: The effect identifier. * - label: The effect name. * - description: The effect description. * * @ingroup themeable */ #} {% apply spaceless %} {% trans %} filter : {{ data.label }} {% endtrans %} {% endapply %}