{# @var Model \rnadvanceemailingwc\TwigManager\Renderers\RowRenderer #}
<tr class="sectionRow">
  <td>
    <table style="width: 100%" class="rnSection {{ Model.GetUniqueId }}">
      <tbody>
        <tr>
          <td class="SectionContainer SectionContainer_{{ Model.Options.Id }}">
            <table style="width: 100%" >
              {{ Model.RenderChildren }}
            </table>
          </td>
        </tr>
      </tbody>
    </table>
  </td>
</tr>