#include "manageideation_proposal_tabs.html" />
<@tabs tab="proposal" />
<@rowBox>
<@boxHeader i18nTitleKey="participatoryideation.manage_proposals.tableLabel">
<@headerButtons>
${proposal.creationTimestamp}
|
${proposal.reference}
|
${(global_static[proposal.codeCampaign].campaign.title)!proposal.codeCampaign}
|
<#if (proposal.codeTheme)??>
<#assign theme_title = (global_static[proposal.codeCampaign].themes_map[proposal.codeTheme].title)!proposal.codeTheme>
#if>
${theme_title!''}
|
${proposal.titre}
|
${proposal.locationType!''}
|
${proposal.locationArdt!''}
|
${proposal.adress!''}
|
<#if (proposal.submitterType)??>
<#assign submitter_type_libelle = (global_static[proposal.codeCampaign].submitters_types_map[proposal.submitterType].libelle)!proposal.submitterType>
#if>
${submitter_type_libelle!''}
|
<#if proposal.typeQpvQva??>${(qpvqva_map[proposal.typeQpvQva])!proposal.typeQpvQva}<#if proposal.libelleQpvQva??> : ${proposal.libelleQpvQva!}#if>#if>
|
<#list proposal.parentProposals as parent>${parent.reference} (${parent.titre!})<#if parent_has_next> #if>#list>
|
<#list proposal.childProposals as child>${child.reference} (${child.titre!})<#if child_has_next> #if>#list>
|
#i18n{${proposal.getStatusPublic().getLibelle()}} |
${proposal.exportedTag!} |
<#if proposal.getStatusIsRemoved() == false>
#if>
|
<#-- Display workflow state and actions for current proopsal -->
<#if workflow_state_map??>
${(workflow_state_map[""+proposal.id].name)!'No state'}
<#else>
Disabled workflow
#if>
|
|
<#if workflow_actions_map?? && workflow_actions_map[""+proposal.id]?? >
<#list workflow_actions_map[""+proposal.id] as action >
width="${action.icon.width}"#if>
<#if action.icon.height!=-1> height="${action.icon.height}"#if>
alt="${action.name}"/>
#list>
<#else>
No actions
#if>
|
#list>
@table>
<@paginationAdmin paginator=paginator />
@boxBody>
@rowBox>