40 lines
898 B
Plaintext
40 lines
898 B
Plaintext
{% include "header"
|
|
, color: "var(--nintex--color--deep-purple)"
|
|
, text_color: "white"
|
|
, text_en_US: ""
|
|
, text_es: ""
|
|
, text_fr: ""
|
|
, text_de: ""
|
|
, text_en_GB: ""
|
|
, text_nl: ""
|
|
, text_pt_BR: ""
|
|
, subtitle_en_US: ""
|
|
, subtitle_es: ""
|
|
, subtitle_fr: ""
|
|
, subtitle_de: ""
|
|
, subtitle_en_GB: ""
|
|
, subtitle_nl: ""
|
|
, subtitle_pt_BR: ""
|
|
, button_text_en_US: ""
|
|
, button_text_es: ""
|
|
, button_text_fr: ""
|
|
, button_text_de: ""
|
|
, button_text_en_GB: ""
|
|
, button_text_nl: ""
|
|
, button_text_pt_BR: ""
|
|
, button_link: "" %}
|
|
{% include "account_tabs" %}
|
|
|
|
<main class="np-main np-subpage-container np-account">
|
|
<div class="np-hidden-desktop">
|
|
{% include "account_mobile_view"
|
|
, form: form %}
|
|
</div>
|
|
|
|
<div class="np-hidden-mobile np-flex np-flex-center">
|
|
{% include "account_desktop_view"
|
|
, form: form %}
|
|
</div>
|
|
</main>
|
|
|
|
{% include "footer" %} |