<ul class="nav nav-pills">
<li class="active">
<a data-toggle="pill" href="#home">Support for residents</a>
</li>
<li>
<a data-toggle="pill" href="#menu1">Council Tax Support hardship fund</a>
</li>
<li>
<a data-toggle="pill" href="#menu2">My payment will not process</a>
</li>
</ul>
<div class="tab-content">
<div id="home" class="tab-pane fade in active">
<br>
<p>The Council Tax you pay funds vital services that are stretched in this time of need, including Social Care, Police and the Fire service. The Government have announced a series of measures to support both employed and self-employed during this difficult time.</p>
</br>
<p>If your income has been negatively impacted by the Covid measures, we would ask that people:</p>
<ul>
<li> apply for any financial support available via central government</li>
<li>
<a href="https://www.gov.uk/apply-universal-credit" target="_blank">apply for Universal Credit - see more below
<a/>
</li>
<li>
<a href="#" target="_blank"> apply for Council Tax Support </a>
</li>
<li> seek advice from debt advice agencies such as
<a href="https://www.citizensadvice.org.uk/" target="_blank">Citizens Advice</a> or
<a href="https://www.stepchange.org/" target="_blank">Step Change</a>
</li>
<li> request to spread Council Tax payment over 12 months</li>
</ul>
<p>If you are struggling to pay your council tax, we will help arrange a payment plan, you can let us know by
<a href="#" target="_blank">completing our online form.</a> Please bear with us at this exceptionally busy time. Do also remember that across the county all of the public sector is delivering vital services to keep people safe at this difficult time. If you can pay as normal, please do.
</p>
</div>
<div id="menu1" class="tab-pane fade">
<br>
<p> The Government has provided additional funding via a
<a href="https://www.gov.uk/government/news/government-confirms-500-million-hardship-fund-will-provide-council-tax-relief-for-vulnerable-households" target="_blank">COVID-19 Hardship Fund</a> to support some residents who are already eligible for Local Council Tax Support. We will assess those residents already receiving Council Tax Support who are eligible for this additional reduction and send an updated Council Tax bill, showing the reduced rate, to all who are eligible.
</p>
</div>
<div id="menu2" class="tab-pane fade">
<p>If you are trying to make a payment and it will not process, please check the details that you are submitting. In most cases the incorrect Reference Number is being used. Your Council tax account number should be X digits long and start with "X". It can be found at the top left-hand corner of your bill.</p>
<p>If this does not resolve your issue, please contact us on 03450 123 456. </p>
<br>
<button type="button" class="btn btn-info" data-toggle="collapse" data-target="#rare">Info</button>
<div id="rare" class="collapse">
<br>
<p>In rare cases there may be other transactions that are not included within your mini-statement. If your balance for any year is different from the sum of the charges, and you want to know more, please contact us at
<a href="mailto:revenues@scambs.gov.uk">revenues@scambs.gov.uk</a>.
</p>
</div>
<br>
</p> {{#each V2Account.CtaxDetails.FinancialYearDetail}}
<button type="button" class="btn btn-info" data-toggle="collapse" data-target="#{{Year}}">
<strong>Financial Year: {{Year}}</strong>
</button>
<div id="{{Year}}" class="collapse">
<hr>
<p class="bin">
<strong>Financial Year: {{Year}}</strong>
</p>
<div class="statement">Total Charge:
<div class="amount">
<strong>{{formatToString TotalCharge 'C' }}</strong>
</div>
</div>
<div class="statement">Payments:
<div class="amount">
<strong>{{formatToString TotalPayments 'C' }}</strong>
</div>
</div>
<div class="statement">Council Tax Support:
<div class="amount">
<strong>{{formatToString TotalBenefits 'C' }}</strong>
</div>
</div>
<div class="statement">Costs:
<div class="amount">
<strong>{{formatToString TotalCosts 'C' }}</strong>
</div>
</div>
<div class="statement">Refunds:
<div class="amount">
<strong> {{formatToString TotalRefunds 'C' }}</strong>
</div>
</div>
<div class="statement">Transfers:
<div class="amount">
<strong>{{formatToString TotalTransfers 'C' }}</strong>
</div>
</div>
<div class="statement">Balance:
<div class="amount">
<strong> {{formatToString BalanceOutstanding 'C' }}</strong>
</div>
</div>
</div> {{/each}}
<br>
<p>Below you will see any payments you've made towards your Council Tax bill for
<strong> this current year </strong>:
</p>
<p>
<table class="table table-striped">
<thead>
<tr>
<th>Date</th>
<th>Description</th>
<th>Amount</th>
</tr>
</thead>
<tbody> {{#each CurrentRevenueAccount.Transactions.Payments.Items}}
<tr>
<td>{{formatToString Date "dd/MM/yyyy"}}</td>
<td>{{Description}}</td>
<td>£{{Amount}}</td>
</tr> {{/each}}
</tbody>
</table>
</div>