--- --- {% include fragment-pagebegin.html %}

Publish Box goes here

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

{{[type]}}: {{site.data.pages[page.path].title | escape_once}} {% if site.data.resources[resource_].experimental == true %}(Experimental){% endif %}

{% include fragment-simpletable.html %} {% assign basepath = page.path | replace: '-testing.html', '.html' %} {% if site.data.pages[basepath].testscripts.size > 0 %}

TestScripts for the {{[id]}} {{[type]}}.

{% for testscript in site.data.pages[basepath].testscripts %} {% endfor %}
{{testscript.title | escape_once}}
{% else %}

No TestScripts are currently available for the {{id}} {{[type]}}.

{% endif %} {% include fragment-notes.html type='{{[type]}}' id='{{[id]}}' %} {%include {{[type]}}-{{[id]}}-history.xhtml%}
{% include fragment-pageend.html %}