<ul class="dso-conclusion">
    <li class="dso-warning">
        <strong>Neem contact op</strong> met uw gemeente voor omgevingsplanactiviteit op- en uitritten

    </li>
    <li class="dso-warning">
        <strong>Informatie geven</strong> voor milieubelastende activiteit

    </li>
</ul>
<div class="alert alert-warning" role="alert">
    Waarschuwing
</div>
<ul class="dso-conclusion">
  {{#each items }}
    <li class="dso-{{ modifier }}">
      {{{ label }}}
      {{#if info }}
        {{render '@info-button' info merge=true }}
      {{/if}}

      {{#if subItems }}
        <ul>
          {{#each subItems }}
            <li>{{{ this }}}</li>
          {{/each}}
        </ul>
      {{/if}}

      {{#if info }}
        {{render '@info' info merge=true }}
      {{/if}}
    </li>
  {{/each}}
</ul>
{{#if alert}}
  {{render '@alert' alert merge=true }}
{{/if}}
items:
  - modifier: warning
    label: >-
      <strong>Neem contact op</strong> met uw gemeente voor
      omgevingsplanactiviteit op- en uitritten
  - modifier: warning
    label: <strong>Informatie geven</strong> voor milieubelastende activiteit
alert:
  modifier: alert-warning
  message: Waarschuwing

There are no notes for this item.