<ul class="dso-conclusion">
    <li class="dso-success">
        <strong>Geen vergunning of melding nodig</strong> voor bouwactiviteit

        <ul>
            <li><strong>Let op:</strong> Soms is er wel een omgevingsvergunning omgevingsplanactiviteit bouwen nodig.</li>
            <li><strong>Let op:</strong> Misschien mag u nog niet gelijk gaan bouwen!</li>
        </ul>

    </li>
</ul>
<div class="alert alert-success" role="alert">
    Succes melding
</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: success
    label: <strong>Geen vergunning of melding nodig</strong> voor bouwactiviteit
    subItems:
      - >-
        <strong>Let op:</strong> Soms is er wel een omgevingsvergunning
        omgevingsplanactiviteit bouwen nodig.
      - '<strong>Let op:</strong> Misschien mag u nog niet gelijk gaan bouwen!'
alert:
  modifier: success
  message: Succes melding

There are no notes for this item.