ajout cabinet+experts
This commit is contained in:
@@ -17,8 +17,9 @@
|
||||
${dossier.C_ADR}<br />
|
||||
<span tal:condition="dossier.C_ADR2">${dossier.C_ADR2}<br /></span>
|
||||
${dossier.C_CP} ${dossier.C_VILLE}<br />
|
||||
<span tal:condition="len(dossier.C_EMAIL)">${dossier.C_EMAIL}</span>
|
||||
<span tal:condition="len(dossier.C_EMAIL)==0" class="text-danger"><b>!!! Email vide !!!</b></span>
|
||||
${dossier.C_EMAIL}
|
||||
<span tal:condition="len(dossier.C_EMAIL)==0" class="text-danger"><b>!!! Email vide !!!</b><br /></span>
|
||||
<span tal:condition="len(dossier.C_EMAIL2)">${dossier.C_EMAIL2}</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -187,7 +188,8 @@
|
||||
<div id="tab_documents" class="tab-pane fade">
|
||||
<h3>DEVIS - FACTURES</h3>
|
||||
<p>
|
||||
<a class="btn btn-success" role="button" href="${request.route_url('devis_create', nodossier=nodossier)}">
|
||||
<a class="btn btn-success" role="button" href="${request.route_url('devis_create', nodossier=nodossier)}"
|
||||
tal:condition="logged_in=='CAO'">
|
||||
<span class="glyphicon glyphicon-plus"></span> Nouveau devis</a>
|
||||
</p>
|
||||
<table class="table table-bordered table-condensed">
|
||||
|
||||
Reference in New Issue
Block a user