<div class="m_headline">
  <fieldset>
    {% include 'm_components/form/input/text.twig' with {
      label : "title",
      value: title,
      title_text: __("Title", constant('M_TD')),
      class: "widefat"
    } %}
    {% include 'm_components/form/input/editor.twig' with { label: "text", value: text, title_text: __("Description", constant('M_TD')), class: "text-text" } %}
  </fieldset>
</div>
<section>
  {% include 'm_components/form/input/text.twig' with {
    label : "street",
    value: street,
    title_text: __("Street and number", constant('M_TD')),
    class: "widefat"
  } %}
  {% include 'm_components/form/input/text.twig' with {
    label : "zip",
    value: zip,
    title_text: __("ZIP", constant('M_TD')),
    class: "widefat"
  } %}
  {% include 'm_components/form/input/text.twig' with {
    label : "country",
    value: country,
    title_text: __("Country", constant('M_TD')),
    class: "widefat"
  } %}

  <div class="m_map"></div>

  {% if not key %}
    <strong>

      <a target="_blank" rel="noopener" href="{{ fn.home_url() ~ '/cms/wp-admin/admin.php?page=minotaure_menu'}} ">
        {{  __("Please add your api key", constant('M_TD')) }}
      </a>
    </strong>
  {% endif %}

</section>
