| @@ -1,26 +1,20 @@ | |||||
| {textformat style='email'} | |||||
| {foreach name="applications" from="$applications" item="application"} | |||||
| {$application->address} {$application->postcode} ({$application->council_reference}) | |||||
| {$application->description} | |||||
| View more information: {$application->info_tinyurl} | |||||
| View on a map (approximate): {$application->map_url} | |||||
| What do you think about this?: {$application->comment_tinyurl} | |||||
| ============================= | |||||
| {/foreach} | |||||
| -------------------------------------- | |||||
| PlanningAlerts.com is a free service run by volunteers | |||||
| To stop receiving these emails click here: {$base_url}/unsubscribe.php?cid={$confirm_id} | |||||
| {/textformat} | |||||
| {foreach name="applications" from="$applications" item="application"} | |||||
| {$application->address|upper} {$application->postcode|upper} ({$application->council_reference|upper}) | |||||
| {$application->description} | |||||
| MORE INFORMATION: {$application->info_tinyurl} | |||||
| MAP: {$application->map_url} | |||||
| WHAT DO YOU THINK?: {$application->comment_tinyurl} | |||||
| ============================= | |||||
| {/foreach} | |||||
| ------------------------------------------------------------ | |||||
| PlanningAlerts.com is a free service run by volunteers. | |||||
| You can subscribe to a geoRSS feed of applications for {$alert_postcode|upper} here: {$base_url}/api.php?postcode={$alert_postcode}&area_size={$alert_area_size} | |||||
| To stop receiving these emails click here: {$base_url}/unsubscribe.php?cid={$confirm_id} | |||||