{# ========================================================================= #}
{# :: Imports #}
{# ========================================================================= #}
{# molecules #}
{% import "styleguides/general/molecules/summary/summary-macros.njk" as summary %}

{# organisms #}
{% import "styleguides/general/organisms/options/options-macros.njk" as options %}

{# ========================================================================= #}
{# :: Settings #}
{# ========================================================================= #}
{% set params = {
  isFullWidth: false,
  styleVendors: [],
  scriptVendors: []
} %}

{# ========================================================================= #}
{# :: Info #}
{# ========================================================================= #}
{# {% set info %}

{% endset %} #}

{# ========================================================================= #}
{# :: Preview #}
{# ========================================================================= #}
{% set preview %}

  {{options.default("", {
    label: { text: "Options with label" },
    name: "account-select-from",
    items: [
      {
        id: "account-select-from-4",
        content:
          summary.default("m-account-option__content", {
          image: "/assets/general/img/logos/logo-nibc.png",
          title: "J.Bogaerts",
          budget: { amount: "1.200,56" },
          info: [
            { text: "spaarrekening", classes: "m-summary__info-item--large" },
            { text: "NL48 2152 5466 2587", classes: "m-summary__info-item--large" }
          ]
        })
      },
      {
        id: "account-select-from-5",
        content:
          summary.default("m-account-option__content", {
          image: "/assets/general/img/logos/logo-nibc.png",
          title: "J.Bogaerts",
          budget: { amount: "1.200,56" },
          info: [
            { text: "spaarrekening", classes: "m-summary__info-item--large" },
            { text: "NL48 2152 5466 2587", classes: "m-summary__info-item--large" }
          ]
        })
      },
      {
        id: "account-select-from-6",
        content:
          summary.default("m-account-option__content", {
          image: "/assets/general/img/logos/logo-nibc.png",
          title: "J.Bogaerts",
          budget: { amount: "1.200,56" },
          info: [
            { text: "spaarrekening", classes: "m-summary__info-item--large" },
            { text: "NL48 2152 5466 2587", classes: "m-summary__info-item--large" }
          ]
        })
      }
    ]
  })}}

{% endset %}

{# ========================================================================= #}
{# :: Code #}
{# ========================================================================= #}
{# {% set code %}

{% endset %} #}
