Line | |
---|
1 | <!--#set var="title" value="Missing district statistics" --> |
---|
2 | <!--#set var="shownav" value="yes" --> |
---|
3 | <!--#include virtual="../inc/header.shtml" --> |
---|
4 | |
---|
5 | <!-- This is auto-generated from scripts; do not edit! --> |
---|
6 | |
---|
7 | <p> |
---|
8 | The table below lists districts for which we do not yet have a single |
---|
9 | postcode. |
---|
10 | </p> |
---|
11 | |
---|
12 | <p> |
---|
13 | There are currently [% count %] districts in this table. |
---|
14 | </p> |
---|
15 | |
---|
16 | <table> |
---|
17 | <tr><th>Outward</th><th>District</th><th>County</th></tr> |
---|
18 | [% FOREACH district = districts %] |
---|
19 | <tr> |
---|
20 | <td>[% district.outward %]</td> |
---|
21 | <td>[% district.district %]</td> |
---|
22 | <td>[% district.county %]</td> |
---|
23 | </tr> |
---|
24 | [% END %] |
---|
25 | </table> |
---|
26 | |
---|
27 | <p>Report generated: [% updated %]</p> |
---|
28 | |
---|
29 | <!--#include virtual="../inc/footer.shtml" --> |
---|
Note: See
TracBrowser
for help on using the repository browser.