{# /** * @file * Default theme implementation for the webform contribute community info. * * Available variables: * - account: The user or organization account profile. * - membership: The user or organizations membership status. * - contribution: The user or organizations contributions. */ #} {{ attach_library('webform/webform.contribute') }}

{{ 'Community Information'|t }}

{{ 'Drupal.org Account'|t }}

{{ account.value }} {% if account.description %}
{{ account.description }} {% endif %}

{{ 'Drupal Association Membership'|t }}

{{ membership.value }} {% if membership.description %}
{{ membership.description }} {% endif %}

{{ 'Contributions to Drupal'|t }}

{{ contribution.value }} {% if contribution.description %}
{{ contribution.description }} {% endif %}