--- --- {% assign localPage = page.path | split: "/" | last %} {% include fragment-pagebegin.html lang="{{[lang]}}" %}

Publish Box goes here

{% include fragment-base-navtabs.html type='{{[type]}}' id='{{[id]}}' active='content' lang="{{[lang]}}" %}

Questionnaire: {{site.data.resources[resource_].titlelang['{{[lang]}}'] | escape_once}} {% if site.data.resources[resource_].experimental == true %}({{site.data.stringsBase['{{[lang]}}']['Experimental']}}){% endif %}

{% include fragment-resourceTable.html lang="{{[lang]}}" %} {%if site.data.resources[resource_].descriptionlang['{{[lang]}}'] %}

{{site.data.resources[resource_].description|markdownify}}

{% endif %}{%if site.data.resources[resource_].purpose %}

{{site.data.resources[resource_].purposelang['{{[lang]}}']|markdownify}}

{% endif %} {% include fragment-intro.html type='{{[type]}}' id='{{[id]}}' lang="{{[lang]}}" %}
{% include Questionnaire-{{[id]}}-tree{{[langsuffix]}}.xhtml %}
{% include Questionnaire-{{[id]}}-form{{[langsuffix]}}.xhtml %}
{% include Questionnaire-{{[id]}}-logic{{[langsuffix]}}.xhtml %}

{{site.data.stringsBase['{{[lang]}}']['TestQuestionnaire']}}

{% include {{[type]}}-{{[id]}}-links{{[langsuffix]}}.xhtml %}

{{site.data.stringsBase['{{[lang]}}']['ResponsesQuestionnaire']}}

{% capture responses %}{% include Questionnaire-{{[id]}}-responses{{[langsuffix]}}.xhtml %}{% endcapture %} {% if responses == "" %}

{{site.data.stringsBase['{{[lang]}}']['NoQuestionnaireResponses']}}

{% else %} {{responses}} {% endif %} {% if site.data.resources[resource_].contained != nil %}

{{site.data.stringsBase['{{[lang]}}']['Contained']}}

{% include {{[type]}}-{{[id]}}-contained-index{{[langsuffix]}}.xhtml %} {% endif %} {% include fragment-notes.html type='{{[type]}}' id='{{[id]}}' lang="{{[lang]}}" %} {% include {{[type]}}-{{[id]}}-history{{[langsuffix]}}.xhtml %}
{% assign includetabscripts = 'true' %} {% include fragment-pageend.html lang="{{[lang]}}" %}