<div class="m-configuration w-100 overflow-hidden">
<div class="m-configuration__main d-flex justify-content-between align-items-center position-relative p-3 p-md-4">
<div class="m-configuration__info d-flex align-items-center flex-grow-1">
<img class="m-configuration__img rounded-circle mr-3 mr-lg-4" src="/fractal/build/img/img11.jpg">
<div class="flex-grow-1">
<strong>De Klamp Schets 1</strong>
<div class="text-muted">Totaal opties: € 15.317,65</div>
<div class="text-muted">Laatst gewijzigd: 12-03-2021, 13:25</div>
</div>
</div>
<div class="m-configuration__actions d-flex flex-column flex-sm-row ml-2">
<div class="a-circle -view -sm -hover -border -pointer cursor-default">
<i class="icon-view"></i>
</div>
<div class="a-circle -sm -hover -border -pointer cursor-default" tabindex="0" data-toggle="popover" data-container="body" data-placement="bottom" data-trigger="click" data-html="true" title="" data-popover-group="open_close_configuration_menu" data-custom-class="-menu">
<i class="icon-vertical-dots"></i>
</div>
<div class="popover-content">
<div class='m-popoverMenu'>
<div class='dropdown-item'>Dearchiveren</div>
</div>
</div>
</div>
</div>
<div class="m-configuration__bottom ">
<ul class="list-group -collapse">
<li class="list-group-item -upload py-2 px-3 px-md-4 d-flex justify-content-between align-items-center">
<div class="w-100 position-relative">
<div class="m-addItem -noBox d-flex align-items-center absolute cursor-pointer user-select-none">
<div class="a-circle -avatar -hover -border -pointer cursor-default">
<i class="icon-plus"></i>
</div>
<div class="ml-2">
<span class="text-muted">Plaats document of</span> <u class="user-select">bladeren</u>
</div>
</div>
</div>
</li>
<li>
<div class="list-group-item user-select-none py-2 px-3 px-md-4 d-flex align-items-center cursor-pointer collapsed" data-toggle="collapse" data-target="#collapseListGroup46353" aria-expanded="false" aria-controls="collapseListGroup46353">
<div class="a-circle -avatar -hover -border -pointer cursor-default">
<i class="icon-arrow-right-filled"></i>
</div>
<strong class="ml-2">Documenten</strong>
<div class="list-group-indicator text-muted ml-3 d-flex align-items-center">
<i class="icon-documents"></i>
<span class="ml-1">3</span>
</div>
</div>
<ul class="collapse list-group" id="collapseListGroup46353">
<li class="list-group-item py-2 px-3 px-md-4 d-flex justify-content-between align-items-center">
<a href="bestand.pdf" target="_blank" class="mr-3 d-flex text-muted pointer-events-none"><span class="list-group-label flex-grow-1">Listgroup label of bestandsnaam</span><span>.pdf</span></a>
<div class="d-flex align-items-center">
<button type="button" class="btn btn-sm btn-primary -iconRight">
Genereer
</button>
</div>
</li>
<li class="list-group-item py-2 px-3 px-md-4 d-flex justify-content-between align-items-center">
<a href="bestand.pdf" target="_blank" class="mr-3 d-flex text-muted pointer-events-none"><span class="list-group-label flex-grow-1">Listgroup label of bestandsnaam</span><span>.pdf</span></a>
<div class="d-flex align-items-center">
<span class="d-none d-md-inline-block text-muted mr-2 white-space-nowrap">Document genereren</span>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32px" height="32px" viewBox="20 20 60 60">
<circle cx="50" cy="50" r="27" stroke="#ececec" stroke-width="5" fill="none" />
<circle cx="50" cy="50" r="27" stroke="#69d2c2" stroke-width="5" stroke-linecap="round" fill="none">
<animateTransform attributeName="transform" type="rotate" repeatCount="indefinite" dur="1.5384615384615383s" values="0 50 50;180 50 50;720 50 50" keyTimes="0;0.5;1" />
<animate attributeName="stroke-dasharray" repeatCount="indefinite" dur="1.5384615384615383s" values="15.079644737231007 173.41591447815657;147.0265361880023 41.469023027385276;15.079644737231007 173.41591447815657" keyTimes="0;0.5;1" />
</circle>
</svg>
</div>
</li>
<li class="list-group-item py-2 px-3 px-md-4 d-flex justify-content-between align-items-center">
<a href="bestand.pdf" target="_blank" class="mr-3 d-flex "><span class="list-group-label flex-grow-1">Listgroup label of bestandsnaam</span><span>.pdf</span></a>
<div class="d-flex align-items-center">
<a href="" target="_blank" class="a-circle -view -sm -hover -border -pointer cursor-default">
<i class="icon-view"></i>
</a>
<div class="a-circle -download -sm -hover -border -pointer cursor-default">
<i class="icon-download-alt"></i>
</div>
<div class="a-circle -sm -hover -border -pointer cursor-default">
<i class="icon-bin"></i>
</div>
</div>
</li>
</ul>
</li>
</ul>
</div>
</div>
<div class="m-configuration w-100{% if radio %} -radio{% endif %}{% if tabs %} -tabs{% endif %}{% if invalid %} is-invalid{% endif %}{% if valid %} is-valid{% endif %}{% if disabled %} -disabled{% endif %}{% if checked %} -checked{% endif %} overflow-hidden" {% if disabled %}aria-disabled="true"{% endif %}>
{% if documentation_checklist == false %}
<div class="m-configuration__main d-flex justify-content-between align-items-center position-relative p-3 p-md-4">
{% if radio %}
<div class="m-configuration__radio mr-3 mr-lg-4">
{% if disabled %}
{% set suffix="-disabled" %}
{% endif %}
{% render '@radio-button', {name:"configuratie"+suffix, label:label, fill:true, disabled:disabled, checked:checked}, true %}
</div>
{% endif %}
<div class="m-configuration__info d-flex align-items-center flex-grow-1">
{% if planner %}
<div class="flex-grow-1">
<strong {% if badge %}class="mr-2"{% endif %}>{{title}}</strong> {% if badge %}<div class="d-inline-block">{% render '@badge', {text:"In behandeling", color:"warning"}, true %}</div>{% endif %}
<div class="text-muted">17-04-2021</div>
{% if buttons %}
<div class="d-flex flex-wrap mt-3">
{% if title == "Adviesgesprek 1" %}
{% set variant1="border" %}
{% set variant2="danger" %}
{% else %}
{% set variant1="success" %}
{% set variant2="border" %}
{% endif %}
<div class="mr-2">{% render '@button--'+variant1, {text:"Goedgekeurd", small:true}, true %}</div>
{% render '@button--'+variant2, {text:"Afgewezen", small:true}, true %}
</div>
{% endif %}
</div>
{% else %}
<img class="m-configuration__img rounded-circle mr-3 mr-lg-4" src="{{root}}{{img_folder}}img11.jpg">
<div class="flex-grow-1">
<strong>{{title}}</strong>
<div class="text-muted">Totaal opties: € 15.317,65</div>
<div class="text-muted">Laatst gewijzigd: 12-03-2021, 13:25</div>
</div>
{% endif %}
</div>
<div class="m-configuration__actions d-flex flex-column flex-sm-row ml-2">
{% if radio or planner %}{% if disabled %}{% set icon="view" %}{% else %}{% set icon="edit-alt" %}{% endif %}{% else %}{% set icon="view" %}{% endif %}{% render '@circle--small', {icon:icon}, true %}
{% set object={} %}
{% if radio == false %}
{% set object={tooltip_html:"<div class='m-popoverMenu'><div class='dropdown-item'>Dearchiveren</div></div>"} %}
{% endif %}
{% if disabled == false %}{% render '@circle--configuration-menu', object, true %}{% elseif not planner and not table and not radio %}{% render '@circle--small', {icon:"sync"}, true %}{% endif %}
</div>
</div>
{% endif %}
{% if buttons and not planner %}
{% if documentation_checklist %}
{% set text1="Niet van toepassing" %}
{% set text2="In behandeling" %}
{% set text3="Afgerond" %}
{% set color="info" %}
{% else %}
{% set text1="In behandeling" %}
{% set text2="Afgewezen" %}
{% set text3="Goedgekeurd" %}
{% set color="warning" %}
{% endif %}
<div class="d-flex flex-wrap pl-3 pr-3 pl-md-4 pr-md-4{% if documentation_checklist %} pt-3 pt-md-4 mb-3 mb-md-4{% else %} mb-3{% endif %}">
{% render '@button-group--full-width', {label:"", text1:text1, text2:text2, text3:text3, color:color}, true %}
</div>
{% endif %}
<div class="m-configuration__bottom {% if table %}-borderTop p-3 p-md-4{% endif %}">
{% if table %}
<table class="m-configuration__table table -noBorder">
<thead>
<tr>
<th colspan="2"><strong>Besteloverzicht</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td>Type bestelling</td>
<td class="text-right">Huur</td>
</tr>
<tr>
<td>Aantal woningen</td>
<td class="text-right">24, waarvan 12 hoekwoningen</td>
</tr>
<tr>
<td>Woningtypes en beukmaten</td>
<td class="text-right">Fijn 101 5040, Fijn 201 5040</td>
</tr>
<tr>
<td>Datum offerte akkoord</td>
<td class="text-right">21-01-2021</td>
</tr>
</tbody>
<tfoot>
<tr>
<td><strong>Totaalsom</strong></td>
<td class="text-right"><strong>€8.817.000</strong></td>
</tr>
</tfoot>
</table>
{% elif tabs %}
<div class="m-tabsGroup -element">
{% render '@tabs--configuration', {items: items, count: count, element: element}, true %}
<div class="tab-content">
<div class="tab-pane show active" id="nav-files-configuration" role="tabpanel" aria-labelledby="nav-files-configuration-tab">
{% set amount=3 %}
{% render '@list-group--upload-collapse', {amount:amount, collapsed:true}, true %}
</div>
<div class="tab-pane" id="nav-notes-configuration" role="tabpanel" aria-labelledby="nav-notes-configuration-tab">
{% render '@comment--add-comment', {text:'Voeg een notitie toe', placeholder: placeholder, border:false}, true %}
<div class="m-tabsGroup__container overflow-auto">
{% render '@comment--circles', {text:'Maar goed dat ik ze vandaag heb aangevraagd. Ik mail ze begin volgende week opnieuw. Maar goed dat ik ze vandaag heb aangevraagd. Ik mail ze begin volgende week opnieuw', border:false}, true %}
{% render '@comment--buttons', {text:'Ik zou in deze case rekening houden met veel vertraging. Ik hoorde van Pieter dat hij 3 maanden heeft gewacht op de benodigde documenten', border:false}, true %}
{% render '@comment--notice', {text:'Ik heb de bestanden aangevraagd bij de gemeente en wacht nu op reactie', border:false}, true %}
</div>
</div>
</div>
</div>
{% else %}
{% set amount=3 %}
{% render '@list-group--upload-collapse', {amount:amount, collapsed:true}, true %}
{% if notes %}
{% render '@list-group--upload-collapse', {amount:amount, collapse_label:"Notities", indicator:false, collapsed:true, text:true}, true %}
{% endif %}
{% endif %}
</div>
</div>
{
"label": "",
"title": "De Klamp Schets 1",
"name": "keuze",
"border": false,
"valid": false,
"invalid": false,
"radio": false,
"table": false,
"planner": false,
"buttons": false,
"documentation_checklist": false,
"disabled": false,
"checked": false,
"tabs": false
}
No notes defined.