<div class="container">
{{#if this.currentUser}}
{{this.pricingTable}}
{{else}}
<LoginRequired />
{{/if}}
</div>