</td>
                        <td colspan="3">
                            <?php 
echo epl_get_the_field('_epl_free_event', $price_option_fields);
?>
                        </td>

                    </tr>
                    <tr>
                        <td><?php 
echo epl_get_the_label('_epl_price_per', $price_option_fields);
?>
</td>
                        <td colspan="3">
                            <?php 
echo epl_get_the_field('_epl_price_per', $price_option_fields);
?>
                            <?php 
echo epl_get_the_desc('_epl_price_per', $price_option_fields);
?>
                        </td>
                    </tr>
                </tbody>

            </table>

        </div>

    </div>

?>
</small>
            </td>
        </tr>
        <tr>
            <td>Max</td>
            <td> <?php 
echo $_f['_epl_max_attendee_per_regis']['field'];
?>
                <small><?php 
echo $_f['_epl_max_attendee_per_regis']['description'];
?>
</small>
            </td>
        </tr>
        <tr>
            <td>Per</td>
            <td> <?php 
echo epl_get_the_field('_epl_attendee_regis_limit_per', $_f);
?>
                <small><?php 
echo epl_get_the_desc('_epl_attendee_regis_limit_per', $_f);
?>
</small>
            </td>
        </tr>


    </table>

</div>
<ul>
<li>- Give your user the option to select a different <span class="epl_font_red">time</span> for different days.</li>
<li>- Give your user the option to select a different <span class="epl_font_red">price</span> for different days.</li>
<li>- Ability to have <span class="epl_font_red">time specific pricing</span>.</li>
</ul>

';
echo epl_show_ad($m);
?>


    <div class="epl_box epl_highlight">
        <div class="epl_box_content">
            <?php 
echo epl_get_the_label('_epl_free_event', $price_option_fields);
echo epl_get_the_field('_epl_free_event', $price_option_fields);
?>
        </div>

    </div>




    <div id="epl_time_price_section" class="">

        <?php 
echo $time_price_section;
?>