Subversion Repositories SmartDukaan

Rev

Rev 28803 | Rev 29207 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 28803 Rev 28824
Line 135... Line 135...
135
								<th>Start Date</th>
135
								<th>Start Date</th>
136
								<th>End Date</th>
136
								<th>End Date</th>
137
							</tr>
137
							</tr>
138
							#if($schemes && !$schemes.isEmpty()) #foreach( $scheme in
138
							#if($schemes && !$schemes.isEmpty()) #foreach( $scheme in
139
							$schemes )
139
							$schemes )
-
 
140
								#if($scheme.getAmountModel())
140
							<tr data="$scheme.getId()">
141
								<tr data="$scheme.getId()">
141
								<td>$scheme.getId()</td>
142
									<td>$scheme.getId()</td>
142
								<td>$scheme.getName()</td>
143
									<td>$scheme.getName()</td>
143
								<td>$scheme.getDescription()</td>
144
									<td>$scheme.getDescription()</td>
144
								<td>$scheme.getType()</td>
145
									<td>$scheme.getType()</td>
145
								<td>$scheme.getAmountModel()</td>
146
									<td>$scheme.getAmountModel()</td>
146
								<td>$scheme.getFormattedStartDateTime()</td>
147
									<td>$scheme.getFormattedStartDateTime()</td>
147
								<td>$dateTimeFormatter.format($scheme.getEndDateTime())</td>
148
									<td>$dateTimeFormatter.format($scheme.getEndDateTime())</td>
148
							</tr>
149
								</tr>
-
 
150
								#end
149
							#end #else $noData #end
151
							#end #else $noData #end
150
						</tbody>
152
						</tbody>
151
					</table>
153
					</table>
152
				</div>
154
				</div>
153
			</div>
155
			</div>