2015-05-26 10:25:46 -04:00
|
|
|
extends ../../layout
|
|
|
|
|
|
|
|
block scripts
|
|
|
|
script(type='text/javascript').
|
|
|
|
window.subscription_id = '#{subscription_id}'
|
|
|
|
|
|
|
|
block content
|
|
|
|
.content.content-alt
|
|
|
|
.container
|
|
|
|
.row
|
|
|
|
.col-md-8.col-md-offset-2(ng-cloak)
|
|
|
|
.card
|
2015-05-27 16:45:29 -04:00
|
|
|
.page-header.row.text-centered
|
2015-05-27 17:15:46 -04:00
|
|
|
h1 #{translate("you_have_joined", {groupName:licenceName})}
|
2015-05-27 16:45:29 -04:00
|
|
|
div(ng-show="!requestSent").row.text-centered
|
2015-05-29 07:09:28 -04:00
|
|
|
.row
|
|
|
|
.span-md-12 #{translate("claim_premium_account", {groupName:licenceName})}
|
|
|
|
div
|
|
|
|
.row
|
|
|
|
.col-md-12
|
|
|
|
.row
|
|
|
|
.span-md-12
|
2017-02-17 06:05:27 -05:00
|
|
|
a.btn.btn-success(href="/project") #{translate("done")}
|
2015-05-27 17:15:46 -04:00
|
|
|
|
2015-05-26 10:25:46 -04:00
|
|
|
|