unfold_more {Literal}Expand/Collapse{/Literal}
<% _.each(choiceKeysPages, function(pageChoices, pageIndex) { %> <% if(pageIndex == 0) return true; %> <%var pageType = getPageType(pageChoices[0].text) %>
{Literal}Description{/Literal}
{Literal}Type{/Literal}
{Literal}Min{/Literal}
{Literal}Max{/Literal}
<% _.each(pageChoices, function(choiceKey, index) { %> <% if(index == 0) return true; %> <% if(pageType == '*') { %>
<%= choiceKey.text %>
> <%=choiceKey?.item?.price.toCurrency(2)%>
<% } else if(pageType == '#') {%>
<%= choiceKey.text %>
> <%=choiceKey?.item?.price.toCurrency(2)%>
<% } else if(pageType == '#3S#') {%>
<%= choiceKey.text %>
> <%=choiceKey?.item?.price.toCurrency(2)%>
<% } else if(pageType == '#3R#') {%>
<%= choiceKey.text %>
> <%=choiceKey?.item?.price.toCurrency(2)%>
<% } %> <% }); %>
control_point
<% }); %>
{Literal}Edit{/Literal} {Literal}Delete{/Literal}
format_line_spacing