43 lines
1.0 KiB
Plaintext
43 lines
1.0 KiB
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 "sub_navigation" %}
|
|
<main class="np-main np-training-events np-subpage-container np-max-width">
|
|
<div class="row">
|
|
<div class="col-xs-12 col-sm-10">
|
|
<div class="np-resource-title">
|
|
{% t.title %}
|
|
</div>
|
|
<div class="np-resource-subtitle">
|
|
{% t.subtitle %}
|
|
</div>
|
|
</div>
|
|
<div class="col-xs-12 col-sm-2">
|
|
{% include "training_events_filter" %}
|
|
</div>
|
|
</div>
|
|
{% include "training_events_index" %}
|
|
</main>
|
|
{% include "footer" %} |