{# /** * @file * Default theme implementation for a form element in config_translation. * * Available variables: * - element: Array that represents the element shown in the form. * - source: The source of the translation. * - translation: The translation for the target language. * * @see template_preprocess() * * @ingroup themeable */ #}
{{ element.source }}
{{ element.translation }}