Subversion Repositories SmartDukaan

Rev

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

Rev 24976 Rev 24979
Line 38... Line 38...
38
	    				<tbody>
38
	    				<tbody>
39
	    				#if(!$fofoStores.isEmpty())
39
	    				#if(!$fofoStores.isEmpty())
40
			    			#foreach( $fofoStore in $fofoStores)
40
			    			#foreach( $fofoStore in $fofoStores)
41
			    				<tr>
41
			    				<tr>
42
			    					<td>$fofoStore.getId()</td>
42
			    					<td>$fofoStore.getId()</td>
43
			    					<td><a href="javascript:void(0);" class="login_as" data-fofoid>$customRetailers.get($fofoStore.getId()).getBusinessName()</a></td>
43
			    					<td><a href="javascript:void(0);" class="login_as" data-fofoid="$fofoStore.getId()">$customRetailers.get($fofoStore.getId()).getBusinessName()</a></td>
44
			    					<td>$customRetailers.get($fofoStore.getId()).getEmail()</td>
44
			    					<td>$customRetailers.get($fofoStore.getId()).getEmail()</td>
45
			    					<td>$fofoStore.getCode()</td>
45
			    					<td>$fofoStore.getCode()</td>
46
			    					#if ($investments.get($fofoStore.getId()))
46
			    					#if ($investments.get($fofoStore.getId()))
47
										#if($fofoStore.getGraceCount() > 0)
47
										#if($fofoStore.getGraceCount() > 0)
48
				    						<td>Billing expires on $dateFormatter.format($fofoStore.getGraceDate()) (Grace Count - $fofoStore.getGraceCount())</td>
48
				    						<td>Billing expires on $dateFormatter.format($fofoStore.getGraceDate()) (Grace Count - $fofoStore.getGraceCount())</td>