2014-01-17 13:47:42 -05:00
|
|
|
extends /templates/base
|
|
|
|
|
|
|
|
block content
|
|
|
|
|
|
|
|
p
|
|
|
|
span(data-i18n="account.unsubscribe") Unsubscribing for
|
|
|
|
span
|
|
|
|
strong= email
|
|
|
|
|
|
|
|
button.btn.btn-warning#unsubscribe-button(data-i18n="account.unsubscribe_button") Do it
|
|
|
|
|
2014-02-13 12:26:21 -05:00
|
|
|
.progress.progress-striped.active.secret
|
2014-01-29 15:18:37 -05:00
|
|
|
.progress-bar
|
2014-01-17 13:47:42 -05:00
|
|
|
|
2014-02-13 12:26:21 -05:00
|
|
|
p.secret#fail-alert(data-i18n="account.unsubscribe_failed").alert.alert-danger Failed
|
2014-01-17 13:47:42 -05:00
|
|
|
|
2014-02-13 12:26:21 -05:00
|
|
|
p.secret#success-alert(data-i18n="account.unsubscribe_success").alert.alert-success Success
|