File Item

There are no notes for this item.

<li>
    <div class="dso-filename">

    </div>
    <div class="dso-confidential dso-selectable">
        <input type="checkbox" id="input-confirm-" name="" value="" />
        <label for="input-confirm-">
            Vertrouwelijk
        </label>
    </div>

    <button type="button" class="btn btn-link dso-remove"><span>Verwijder document</span></button>
</li>
<li>
  <div class="dso-filename">
    {{ filename }}
  </div>
  <div class="dso-confidential dso-selectable">
    <input type="checkbox" id="input-confirm-{{ pos }}" name="" value="" {% if confidential %} checked {% endif %} />
    <label for="input-confirm-{{ pos }}">
      Vertrouwelijk
    </label>
  </div>
  {% if confidential %}
    {%- render '@icon', {icon: 'status-warning'} -%}
  {% endif %}
  {% render '@button', {label: 'Verwijder document', modifier: 'link dso-remove', type: 'button'}, true -%}
</li>
/* No context defined for this component. */