@ -1,5 +1,6 @@
{{#if model.immature}}
<h4>Immature Blocks</h4>
<div class="table-responsive">
<table class="table table-condensed table-striped">
<thead>
<tr>
@ -17,6 +18,7 @@
{{/each}}
</tbody>
</table>
</div>
{{else}}
<h3>No immature blocks yet</h3>
{{/if}}
{{#if model.matured}}
<h4>Matured Blocks</h4>
<h3>No matured blocks yet</h3>