{{#features}}
	<li class="item" id="{{feature_ol_uid}}">
		<h3>{{nom}}</h3>
		<p>
			<span style="font-weight:bold"> Identifiant :</span> {{id}}<br/>				
			{{#longueur}}                
				<span style="font-weight:bold"> Longueur :</span> {{longueur}}<br/>
			{{/longueur}}                
			<span style="font-weight:bold"> Trafic :</span> {{trafic}}<br/>				
			<span style="font-weight:bold"> Subdivision :</span> {{subdivision}}<br/>		
			<span style="font-weight:bold"> Brigade :</span> {{brigade}}<br/>		
			<span style="font-weight:bold"> Section :</span> {{section}}<br/>		
			{{#enjeu_bio}}                
				<span style="font-weight:bold"> Enjeux biodiversité :</span> {{enjeu_bio}}<br/>
			{{/enjeu_bio}}                
       </p>


	</li>
{{/features}}
