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