aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/bromley
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/bromley')
-rw-r--r--templates/web/bromley/around/_report_banner.html10
-rw-r--r--templates/web/bromley/around/intro.html2
-rwxr-xr-xtemplates/web/bromley/faq/faq-en-gb.html8
-rw-r--r--templates/web/bromley/footer.html38
-rw-r--r--templates/web/bromley/footer_extra.html41
-rwxr-xr-xtemplates/web/bromley/front/_list-entry.html1
-rw-r--r--templates/web/bromley/front/footer-marketing.html18
-rw-r--r--templates/web/bromley/header.html114
-rw-r--r--templates/web/bromley/header_extra.html1
-rw-r--r--templates/web/bromley/header_logo.html62
-rw-r--r--templates/web/bromley/report/_item.html6
11 files changed, 155 insertions, 146 deletions
diff --git a/templates/web/bromley/around/_report_banner.html b/templates/web/bromley/around/_report_banner.html
new file mode 100644
index 000000000..52a869262
--- /dev/null
+++ b/templates/web/bromley/around/_report_banner.html
@@ -0,0 +1,10 @@
+<h1 class="big-green-banner">
+ [% loc( 'Click map to report a problem' ) %]
+</h1>
+<div class="click-the-map">
+ <h2>[% loc( 'Have you found a problem here?' ) %]</h2>
+ <p>Click on the map to report it</p>
+</div>
+<a id="skip-this-step" href="[% url_skip %]" rel="nofollow">
+ [% loc("Can't see the map? <em>Skip this step</em>") %]
+</a>
diff --git a/templates/web/bromley/around/intro.html b/templates/web/bromley/around/intro.html
index ee4685b9c..7b7c24726 100644
--- a/templates/web/bromley/around/intro.html
+++ b/templates/web/bromley/around/intro.html
@@ -1 +1 @@
- <h1 class="main mob-only">Reporting a problem in Bromley&rsquo;s streets or parks</h1>
+ <h1 class="main">Reporting a problem in Bromley&rsquo;s streets or parks</h1>
diff --git a/templates/web/bromley/faq/faq-en-gb.html b/templates/web/bromley/faq/faq-en-gb.html
index 93576ef20..47b8c05f7 100755
--- a/templates/web/bromley/faq/faq-en-gb.html
+++ b/templates/web/bromley/faq/faq-en-gb.html
@@ -1,5 +1,7 @@
[% INCLUDE 'header.html', title = 'Help', bodyclass = 'fullwidthpage' %]
+<h1> Frequently Asked Questions </h1>
+
<p>These pages are for reporting things which are broken, dirty, damaged or dumped, and need fixing, cleaning or clearing, such as:</p>
<ul><li>abandoned vehicles
<li>graffiti
@@ -24,7 +26,7 @@
<li>complaining or commenting about the council
</ul>
- <p>Note, the council does not maintain responsibility for problems on private land or TFL roads (A21 and part of the A232, West Wickham to Locksbottom). TFL road enquiries should be directed to <a href="http://reportit.tfl.gov.uk/">http://reportit.tfl.gov.uk/</a>.
+ <p>Note, the council does not maintain responsibility for problems on private land or TFL roads (A21 and part of the A232, West Wickham to Locksbottom). TFL road enquiries should be directed to <a href="http://reportit.tfl.gov.uk/">http://reportit.tfl.gov.uk/</a>.
</dd>
@@ -66,9 +68,9 @@ the problem.</dd>
<dd>Yes, if you enter a postcode or address outside the borough you will be re-directed to the main FixMyStreet site that will enable you to report problems elsewhere. FixMyStreet will forward these on to the relevant council.</dd>
<dt>The site is powered by FixMyStreet, who are they?</dt>
- <dd>FixMyStreet was built by <a href="http://www.mysociety.org/">mySociety</a>, in conjunction with the <a href="http://www.youngfoundation.org.uk/">Young Foundation</a>.
+ <dd>FixMyStreet was built by <a href="http://www.mysociety.org/">mySociety</a>, in conjunction with the <a href="http://www.youngfoundation.org.uk/">Young Foundation</a>.
mySociety is the project of a registered charity which has grown out of the community of
-volunteers who built sites like <a href="http://www.theyworkforyou.com/">TheyWorkForYou</a>.
+volunteers who built sites like <a href="http://www.theyworkforyou.com/">TheyWorkForYou</a>.
mySociety&rsquo;s primary mission is to build Internet projects which give people simple, tangible
benefits in the civic and community aspects of their lives.
The charity is called UK Citizens Online Democracy and is charity number 1076346. mySociety
diff --git a/templates/web/bromley/footer.html b/templates/web/bromley/footer.html
index 88b91cb72..689871fff 100644
--- a/templates/web/bromley/footer.html
+++ b/templates/web/bromley/footer.html
@@ -1,23 +1,24 @@
+ [% IF pagefooter %]
+ <footer role="contentinfo">
+ [% INCLUDE 'front/footer-marketing.html' %]
+ </footer>
+ [% END %]
</div><!-- .content role=main -->
- <p id="bromley-powered-by" class="desk-only">
- <a href="https://www.fixmystreet.com/council">Powered by <img src="/cobrands/bromley/fms-logo.png" alt="FixMyStreet" style="height:20px;"></a>
- </p>
-
</div><!-- .container -->
+ [% IF c.cobrand.moniker == 'fixmystreet' AND bodyclass != 'mappage' %]
+ [% INCLUDE 'footer-nav.html' %]
+ [% END %]
</div><!-- .table-cell -->
<div class="nav-wrapper">
<div class="nav-wrapper-2">
<div id="main-nav" role="navigation">
- <ul id="mysoc-menu">
- <li><a href="https://www.fixmystreet.com/council">Powered by <img src="/cobrands/bromley/fms-logo.png" alt="FixMyStreet" style="height:20px;"></a></li>
- </ul>
- <ul id="main-menu">
- <li><[% IF c.req.uri.path == '/' %]span[% ELSE %]a href="/"[% END %] class="report-a-problem-btn"
- >[% loc("Report a problem") %]</[% c.req.uri.path == '/' ? 'span' : 'a' %]></li>[%
+ <ul class="nav-menu nav-menu--main">
+ <li><[% IF c.req.uri.path == '/' %]span[% ELSE %]a href="/"[% END
+ %]>[% loc("Report a problem") %]</[% c.req.uri.path == '/' ? 'span' : 'a' %]></li>[%
%]<li><[% IF c.req.uri.path == '/my' %]span[% ELSE %]a href="/my"[% END
%]>[% loc("Your reports") %]</[% c.req.uri.path == '/my' ? 'span' : 'a' %]></li>[%
- %]<li><[% IF c.req.uri.path == '/reports/Bromley' %]span[% ELSE %]a href="/reports/Bromley"[% END
+ %]<li><[% IF c.req.uri.path == '/reports' %]span[% ELSE %]a href="/reports"[% END
%]>[% loc("All reports") %]</[% c.req.uri.path == '/reports' ? 'span' : 'a' %]></li>[%
%]<li><[% IF c.req.uri.path == '/alert' %]span[% ELSE %]a href="/alert[% pc ? '/list?pc=' : '' %][% pc | uri %]"[% END
%]>[% loc("Local alerts") %]</[% c.req.uri.path == '/alert' ? 'span' : 'a' %]></li>[%
@@ -30,20 +31,7 @@
</div> <!-- .wrapper -->
-<div id="bromley-footer" class="desk-only">
- <p class="copy">&copy; 2012 London Borough of Bromley</p>
-
- <a href="http://www.direct.gov.uk/"><img src="https://www.bromley.gov.uk/site/images/directgov.jpg" alt="Directgov website link - Public services all in one place" /></a>
-
- <ul class="footer-nav">
- <li><a href="#bromley-header">To the top</a></li>
- <li><a href="http://www.bromley.gov.uk/terms">Disclaimer</a></li>
- <li><a href="http://www.bromley.gov.uk/privacy" rel="nofollow">Privacy and cookies</a></li>
- <li><a href="http://www.bromley.gov.uk/accesstoinfo">Access to information</a></li>
- </ul>
-
-</div>
+ [% TRY %][% PROCESS 'footer_extra.html' %][% CATCH file %][% END %]
- </div></div>
</body>
</html>
diff --git a/templates/web/bromley/footer_extra.html b/templates/web/bromley/footer_extra.html
new file mode 100644
index 000000000..176b14f63
--- /dev/null
+++ b/templates/web/bromley/footer_extra.html
@@ -0,0 +1,41 @@
+<footer class="site-footer">
+ <div class="footer-container">
+ <div class="column span-12">
+ <div class="additional-links footer-list1">
+ <h5>Get in touch</h5>
+ <ul>
+ <li class="border first-child"><a href="/contact">Contact Us</a></li>
+ <li class="border"><a href="http://www.bromley.gov.uk/feedback">Feedback</a></li>
+ </ul>
+ </div><!--additional-links-->
+ <div class="additional-links footer-list2">
+ <h5>Our website</h5>
+ <ul>
+ <li class="first-child"><a href="http://www.bromley.gov.uk/accessibility">Accessibility</a></li>
+ <li><a href="javascript:void(0);" onclick="window.print()" rel="nofollow">Print</a></li>
+ <li><a href="javascript:bookmark('http://www.bromley.gov.uk', 'London Borough of Bromley')">Bookmark this page</a></li>
+ <li><a href="http://www.bromley.gov.uk/privacy">Privacy and cookies</a></li>
+ <li><a href="http://www.bromley.gov.uk/terms">Disclaimer</a></li>
+ <li><a href="http://www.bromley.gov.uk/press/article/977/community_library_management_proposals_invited#mast">To the top</a></li>
+ </ul>
+ </div><!--additional-links-->
+ <div class="additional-links">
+ <h5>Social</h5>
+ <div class="social">
+ <ul class="inline-list small-size width">
+ <li class="first-child"><a href="http://www.facebook.com/LBBromley" title="Facebook"><img src="/cobrands/bromley/facebook.png" alt="Facebook"></a></li>
+ <li><a href="http://twitter.com/LBofBromley" title="Twitter"><img src="/cobrands/bromley/twitter.png" alt="twitter"></a></li>
+ <li><a href="http://www.youtube.com/LBBromley" title="Youtube"><img src="/cobrands/bromley/youtube.png" alt="youtube"></a></li>
+ <li><a href="http://www.flickr.com/photos/lbofbromley/" title="flickr"><img src="/cobrands/bromley/flickr.png" alt="flickr"></a></li>
+ <li><a href="http://www.bromley.gov.uk/rss/press" title="RSS"><img src="/cobrands/bromley/rss.png" alt="RSS"></a></li>
+ </ul>
+ </div><!--social-->
+ </div><!--additional-links-->
+ </div>
+ <div class="column span-12">
+ <div class="copyright">
+ <p class="first-child">© 2015 London Borough of Bromley</p>
+ </div><!--copyright-->
+ </div><!--column-->
+ </div><!--footer-container-->
+</footer> \ No newline at end of file
diff --git a/templates/web/bromley/front/_list-entry.html b/templates/web/bromley/front/_list-entry.html
new file mode 100755
index 000000000..046c3b97f
--- /dev/null
+++ b/templates/web/bromley/front/_list-entry.html
@@ -0,0 +1 @@
+[% INCLUDE 'report/_item.html' no_fixed = 1 item_extra_class = 'item-list__item--with-pin' %]
diff --git a/templates/web/bromley/front/footer-marketing.html b/templates/web/bromley/front/footer-marketing.html
new file mode 100644
index 000000000..bdbe16dfb
--- /dev/null
+++ b/templates/web/bromley/front/footer-marketing.html
@@ -0,0 +1,18 @@
+<div class="tablewrapper">
+ <div id="footer-mobileapps">
+ <p>
+ <a href="https://itunes.apple.com/gb/app/fixmystreet/id297456545">
+ <img alt="FixMyStreet app on the App Store" src="/cobrands/fixmystreet/images/itunes_store_logo.png" />
+ </a>
+ <a href="https://play.google.com/store/apps/details?id=org.mysociety.FixMyStreet">
+ <img alt="FixMyStreet Android app on Google Play" src="/cobrands/fixmystreet/images/google_play_logo.png" />
+ </a>
+ </p>
+ </div>
+
+ <div id="footer-help">
+ <p>
+ Powered by <a class="platform-logo" href="https://fixmystreet.com/council">FixMyStreet Platform</a>
+ </p>
+ </div>
+</div> \ No newline at end of file
diff --git a/templates/web/bromley/header.html b/templates/web/bromley/header.html
deleted file mode 100644
index 9559592ff..000000000
--- a/templates/web/bromley/header.html
+++ /dev/null
@@ -1,114 +0,0 @@
-<!doctype html>
-<!--[if lt IE 7]><html class="no-js ie6 oldie" lang="[% lang_code %]"><![endif]-->
-<!--[if IE 7]> <html class="no-js ie7 oldie" lang="[% lang_code %]"><![endif]-->
-<!--[if IE 8]> <html class="no-js ie8 oldie" lang="[% lang_code %]"><![endif]-->
-<!--[if IE 9]> <html class="no-js ie9 oldie" lang="[% lang_code %]"><![endif]-->
-<!--[if gt IE 9]><!--><html class="no-js" lang="[% lang_code %]"><!--<![endif]-->
- <head>
- <meta name="viewport" content="initial-scale=1.0">
- <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
- <meta name="HandHeldFriendly" content="true">
- <meta name="mobileoptimized" content="0">
-
- <link rel="stylesheet" href="[% version('/cobrands/bromley/base.css') %]">
- <link rel="stylesheet" href="[% version('/cobrands/bromley/layout.css') %]" media="(min-width:48em)">
- <link rel="stylesheet" href="[% version('/cobrands/bromley/bromley.css') %]">
- [% extra_css %]
- <!--[if (lt IE 9) & (!IEMobile)]>
- <link rel="stylesheet" href="[% version('/cobrands/bromley/layout.css') %]">
- <![endif]-->
-
- <script src="[% version('/js/modernizr.custom.js') %]" charset="utf-8"></script>
- <script src="[% version('/cobrands/bromley/position_map.js') %]" charset="utf-8"></script>
- [% INCLUDE 'common_header_tags.html', js_override = '/cobrands/fixmystreet/fixmystreet.js' %]
- <script type="text/javascript">
-
-   var _gaq = _gaq || [];
-   _gaq.push(['_setAccount', 'UA-12543967-1']);
-   _gaq.push(['_setDomainName', 'bromley.gov.uk']);
-   _gaq.push(['_trackPageview']);
-
-   (function() {
-     var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-     ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-     var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-   })();
-
- </script>
-
- [% extra_js %]
-
- <link rel="Shortcut Icon" type="image/x-icon" href="/cobrands/bromley/favicon.ico">
-
- [% PROCESS 'header_extra.html' %]
-
- </head>
- <body class="[% bodyclass | html IF bodyclass %]">
- [%# ie_wrapper is to prevent a horizontal scrollbar in IE7, it appears (from Bromley site) %]
- <div id="bromley-wrapper"><div id="bromley-ie_wrapper">
-
-<div id="bromley-header" class="desk-only">
- <ul class="header-nav">
- <li><a href="http://www.bromley.gov.uk/accessibility">Accessibility</a></li>
- <li><a class="skiplink" href="http://www.bromley.gov.uk/#user-meta" rel="nofollow">Skip to content</a></li>
- <!-- <li><a rel="nofollow" href="http://www.bromley.gov.uk/a_to_z?previewstyle=generic/print.css">Printer friendly</a></li> -->
- <!-- <li><a href="http://www.bromley.gov.uk/accessibility/settings">Text size: AAA</a></li> -->
- <li><div id="google_translate_element"></div></li>
- </ul>
-
- <div class="logo">
- <a href="http://www.bromley.gov.uk"><img src="/cobrands/bromley/bromley-logo.jpg" alt="London Borough of Bromley logo" width="159" height="114" style="width:159px; height:114px;" /></a>
- </div>
-
- <div class="sign-in">
- [% IF c.user_exists %]
- <p>
- [% tprintf(loc('Hi %s'), c.user.name || c.user.email) %]
- <a href="/auth/sign_out">[% loc('sign out') %]</a>
- </p>
- [% END %]
- </div>
-
- <div class="main-menu">
- <ul>
- <li class="home"><[% IF c.req.uri.path == '/' %]span[% ELSE %]a href="/"[% END %] class="report-a-problem-btn"
- >[% "Report" %]</[% c.req.uri.path == '/' ? 'span' : 'a' %]></li>[%
- %]<li><[% IF c.req.uri.path == '/my' OR ( c.req.uri.path == '/auth' AND c.req.params.r == 'my' ) %]span[% ELSE %]a href="/my"[% END
- %]>[% loc("Your reports") %]</[% ( c.req.uri.path == '/my' OR ( c.req.uri.path == '/auth' AND c.req.params.r == 'my' ) ) ? 'span' : 'a' %]></li>[%
- %]<li><[% IF c.req.uri.path == '/reports/Bromley' %]span[% ELSE %]a href="/reports/Bromley"[% END
- %]>[% loc("All reports") %]</[% c.req.uri.path == '/reports' ? 'span' : 'a' %]></li>[%
- %]<li><[% IF c.req.uri.path == '/alert' %]span[% ELSE %]a href="/alert[% pc ? '/list?pc=' : '' %][% pc | uri %]"[% END
- %]>[% loc("Local alerts") %]</[% c.req.uri.path == '/alert' ? 'span' : 'a' %]></li>[%
- %]<li class="last"><[% IF c.req.uri.path == '/faq' %]span[% ELSE %]a href="/faq"[% END
- %]>[% loc("Help") %]</[% c.req.uri.path == '/faq' ? 'span' : 'a' %]></li>
- </ul>
- </div>
-
-</div>
-
- <div class="wrapper">
- <div class="table-cell">
- <div id="site-header" role="banner">
- <div class="container">
- <a href="/" id="site-logo">FixMyStreet</a>
- <a href="#main-nav" id="nav-link">Main Navigation</a>
- </div>
- </div>
-
- [% IF c.user_exists %]
- <div id="user-meta">
- <p>
- [% tprintf(loc('Hi %s'), c.user.name || c.user.email) %]
- <a href="/auth/sign_out">[% loc('sign out') %]</a>
- </p>
- </div>
- [% END %]
-
- <h1 class="main desk-only">Reporting a problem in Bromley&rsquo;s streets or parks</h1>
-
- [% pre_container_extra %]
-
- <div class="container">
- <div class="content[% " $mainclass" | html IF mainclass %]" role="main">
-
-
diff --git a/templates/web/bromley/header_extra.html b/templates/web/bromley/header_extra.html
new file mode 100644
index 000000000..c7fe5f3e3
--- /dev/null
+++ b/templates/web/bromley/header_extra.html
@@ -0,0 +1 @@
+<script src="[% start %][% version('/cobrands/bromley/a-z-nav.js') %]" charset="utf-8"></script> \ No newline at end of file
diff --git a/templates/web/bromley/header_logo.html b/templates/web/bromley/header_logo.html
new file mode 100644
index 000000000..92ff771f9
--- /dev/null
+++ b/templates/web/bromley/header_logo.html
@@ -0,0 +1,62 @@
+ <div class="bromley-header cf">
+ <a href="http://www.bromley.gov.uk/" id="site-logo">[% site_name %]</a>
+
+ <ul class="linear-links subtext float-right top-links">
+ <li class="first-child"><i class="fa fa-home"></i><a href="http://www.bromley.gov.uk">Home</a></li>
+ <li><i class="fa fa-sitemap"></i><a href="http://www.bromley.gov.uk/site_map">Sitemap</a></li>
+ <li><i class="fa fa-user"></i><a href="https://www.bromley.gov.uk/SiteLogin">Register/Sign in</a></li>
+ </ul>
+
+ <form action="http://www.bromley.gov.uk/site/scripts/google_results.aspx" method="get" id="search" class="main-search" role="search">
+ <label for="SearchSite" class="hidden">Search this site</label>
+ <input type="text" size="18" class="main-search-input field" name="q" id="SearchSite" value="" placeholder="Search the website">
+ <input value="Search" type="submit" class="button__primary">
+ </form>
+ </div>
+</div>
+<div class="container main-menu-container">
+ <div class="a-z-container ">
+ <nav class="main-a-z custom-side-nav">
+ <ul class="drop-down-nav">
+ <li class="first-child">
+ <a href="#" class="main-nav-title">A-Z</a>
+ <ul class="nav-hover-item nav-hover-item-active a-z">
+ <li class="first-child"><a href="http://www.bromley.gov.uk/a_to_z/A">a</a></li>
+ <li><a href="http://www.bromley.gov.uk/a_to_z/B">b</a></li>
+ <li><a href="http://www.bromley.gov.uk/a_to_z/C">c</a></li>
+ <li><a href="http://www.bromley.gov.uk/a_to_z/D">d</a></li>
+ <li><a href="http://www.bromley.gov.uk/a_to_z/E">e</a></li>
+ <li><a href="http://www.bromley.gov.uk/a_to_z/F">f</a></li>
+ <li><a href="http://www.bromley.gov.uk/a_to_z/G">g</a></li>
+ <li><a href="http://www.bromley.gov.uk/a_to_z/H">h</a></li>
+ <li><a href="http://www.bromley.gov.uk/a_to_z/I">i</a></li>
+ <li><a href="http://www.bromley.gov.uk/a_to_z/J">j</a></li>
+ <li><a href="http://www.bromley.gov.uk/a_to_z/K">k</a></li>
+ <li><a href="http://www.bromley.gov.uk/a_to_z/L">l</a></li>
+ <li><a href="http://www.bromley.gov.uk/a_to_z/M">m</a></li>
+ <li><a href="http://www.bromley.gov.uk/a_to_z/N">n</a></li>
+ <li><a href="http://www.bromley.gov.uk/a_to_z/O">o</a></li>
+ <li><a href="http://www.bromley.gov.uk/a_to_z/P">p</a></li>
+ <li><a href="http://www.bromley.gov.uk/a_to_z/Q">q</a></li>
+ <li><a href="http://www.bromley.gov.uk/a_to_z/R">r</a></li>
+ <li><a href="http://www.bromley.gov.uk/a_to_z/S">s</a></li>
+ <li><a href="http://www.bromley.gov.uk/a_to_z/T">t</a></li>
+ <li><a href="http://www.bromley.gov.uk/a_to_z/U">u</a></li>
+ <li><a href="http://www.bromley.gov.uk/a_to_z/V">v</a></li>
+ <li><a href="http://www.bromley.gov.uk/a_to_z/W">w</a></li>
+ <li><a href="http://www.bromley.gov.uk/a_to_z/X">x</a></li>
+ <li><a href="http://www.bromley.gov.uk/a_to_z/Y">y</a></li>
+ <li><a href="http://www.bromley.gov.uk/a_to_z/Z">z</a></li>
+ </ul>
+ </li>
+ </ul>
+ </nav>
+ </div>
+ <div class="breadcrumb">
+ <!-- Breadcrumb --><!-- googleoff:all -->
+ <ul>
+ <li class="first-child"><a href="http://www.bromley.gov.uk">Home</a></li>
+ <li class="current"><span>FixMyStreet</span></li>
+ </ul>
+ <!-- END Breadcrumb --><!-- googleon:all -->
+ </div>
diff --git a/templates/web/bromley/report/_item.html b/templates/web/bromley/report/_item.html
index cd3fbc18c..3bd8a8686 100644
--- a/templates/web/bromley/report/_item.html
+++ b/templates/web/bromley/report/_item.html
@@ -1,5 +1,5 @@
-<li>
-<a class="text" href="[% c.uri_for('/report', problem.id ) %]">
+<li class="item-list__item item-list--reports__item item-list__item--with-pin [% c.cobrand.pin_colour(problem) %]">
+<a class="[% problem.category %]" href="[% c.uri_for('/report', problem.id ) %]">
[% IF problem.photo;
photo = problem.get_photo_params
%]
@@ -11,7 +11,7 @@
[%- IF include_lastupdate AND problem.confirmed != problem.lastupdate AND problem.whensent != problem.lastupdate %],
[% tprintf(loc('last updated %s'), prettify_dt( problem.lastupdate, 1 ) ) %]
[%- END %]
- [% IF include_lastupdate %]
+ [% IF include_sentinfo %]
[% IF problem.bodies_str_ids.size > 1 %] [% loc('(sent to both)') %]
[% ELSIF problem.bodies_str_ids.size == 0 %] [% loc('(not sent to council)') %]
[% END %]