<link href="$CssFilePath" type="text/css" rel="stylesheet" />

<h1 class="section-title">
    $ProductGeneratorTitle
<h1>

<% loop $ProductGeneratorData %>

    <h2 class="page-title">
        $Title
    </h2>

    <table class="product-generator-table">
        <%-- Script file name --%>
        <tr>
            <td>
                Script name:
            </td>
            <td>
                $ProductID/$ScriptFileName
            </td>
        </tr>

        <%-- Input period --%>
        <tr>
            <td>
                Recommend input period:
            </td>
            <td>
                $InputPeriod
            </td>
        </tr>

        <%-- Outputs --%>
        <tr>
            <td>
                Outputs:
            </td>
            <td>
                $Outputs
            </td>
        </tr>

    </table>

    <% if $Content == 'No content available' %>
        <div><p>$Content</p></div>
    <% else %>
        <div>$Content</div>
    <% end_if %>

<% end_loop %>
