Contact

<div class="contact ">

    <div class="full-name icon-after">
        Fornavn Etternavn
        <span class="icon-after icon-bullet-new"></span>
        <span class="icon-after icon-bullet-warning"></span>
    </div>
    <a href="http://testlenke.no" class="text-sm color-extra-grey email-restricted">
  name@email.com
</a>
    <button class="btn-icon btn-borderless toggle-open">
    <span class="icon-expand-more"></span>
    <span class="visually-hidden">Vis, skjul</span>
  </button>
    <ul class="details-list list-reset list-sm ">
        <li class="icon-mail">
            <a href="mailto:ola.nordmann@epost.no">ola.nordmann@epost.no</a>
        </li>
        <li class="icon-call">
            <a href="tel:90343893">903 43 893</a>
        </li>
        <li class="icon-home icon-align-top">
            <span>Torvgaten 64<br> 1632 Gamle Fredrikstad</span>
        </li>
        <li class="icon-male-colored">
            <span data-title="Fødselsdato">13.04.1976</span>
        </li>
        <li class="icon-id-card">
            <span data-title="Fødselsnummer">130476 44839</span>
        </li>
    </ul>
</div>
<div class="contact {{ is_open ? 'is-open' }}">
  {# {% include '@text' with contact_name %} #}
  <div class="full-name icon-after">
    Fornavn Etternavn
    <span class="icon-after icon-bullet-new"></span>
    <span class="icon-after icon-bullet-warning"></span>
  </div>
  {% include '@link--small' with contact_email %}
  <button class="btn-icon btn-borderless toggle-open">
    <span class="icon-expand-more"></span>
    <span class="visually-hidden">Vis, skjul</span>
  </button>
  {% include '@details-list' with details %}
</div>
{
  "is_open": false,
  "contact_name": {
    "element": "div",
    "copy": "Fornavn Etternavn",
    "class": "full-name icon-bullet-new icon-after"
  },
  "contact_email": {
    "copy": "name@email.com",
    "class": "text-sm color-extra-grey email-restricted"
  },
  "details": [
    {
      "text": "901 34 585",
      "icon": "call",
      "link": "href=\"#\""
    },
    {
      "text": "Torvgaten 64 1632<br>Gamle Fredrikstad",
      "icon": "home icon-align-top"
    },
    {
      "text": "Under behandling",
      "icon": "assignment"
    },
    {
      "text": "Støttemedlem",
      "icon": "account-circle"
    },
    {
      "text": "Nytt medlem",
      "icon": "bullet-new"
    },
    {
      "text": "Ikke betalt",
      "icon": "bullet-warning"
    }
  ]
}

There are no notes for this item.