Replace sectors by job terms in profile and search (job and mentoring).
[platal.git] / templates / include / emploi.tpl
index 66b5614..a322c8d 100644 (file)
           {if $job->user_site} [<a href='{$job->user_site}'>Page perso</a>]{/if}</strong></td>
         </tr>
         {/if}
-        {if $job->sector}
+        {if count($job->terms)}
         <tr>
-          <td><em>Secteur&nbsp;: </em></td>
-          <td><strong>{$job->sector}{if $job->subsector} ({$job->subsector}){/if}</strong></td>
+          <td><em>Mots-clefs&nbsp;: </em></td>
+          <td><ul>
+            {foreach from=$job->terms item=term}
+            <li><strong>{$term->full_name}</strong></li>
+            {/foreach}
+          </ul></td>
         </tr>
         {/if}