2014-02-12 05:23:40 -05:00
|
|
|
extends ../layout
|
2018-04-12 17:11:52 -04:00
|
|
|
|
|
|
|
include _plans_page_mixins
|
|
|
|
include _plans_page_tables
|
|
|
|
|
2014-09-04 14:03:04 -04:00
|
|
|
block scripts
|
|
|
|
script(type='text/javascript').
|
2014-10-13 09:10:15 -04:00
|
|
|
window.recomendedCurrency = '#{recomendedCurrency}'
|
2014-10-15 11:21:45 -04:00
|
|
|
window.abCurrencyFlag = '#{abCurrencyFlag}'
|
2016-10-13 08:47:05 -04:00
|
|
|
window.shouldABTestPlans = #{shouldABTestPlans || false}
|
2016-02-03 11:50:20 -05:00
|
|
|
|
2014-02-12 05:23:40 -05:00
|
|
|
block content
|
2018-01-03 08:54:33 -05:00
|
|
|
.content.content-alt
|
2014-07-07 07:27:58 -04:00
|
|
|
.content.plans(ng-controller="PlansController")
|
2018-04-12 17:11:52 -04:00
|
|
|
.container(class="more-details" ng-cloak ng-if="plansVariant === 'more-details'")
|
|
|
|
include _plans_page_details_more
|
2018-08-15 15:11:58 -04:00
|
|
|
.container(ng-cloak ng-if="plansVariant === 'default' || !shouldABTestPlans || timeout")
|
2018-04-12 17:11:52 -04:00
|
|
|
include _plans_page_details_less
|