<?php/** * Assignment template * Please give us your money <3 * * @since 3.17.0 * @version 3.17.0 */?><script type="text/html"id="tmpl-llms-assignment-template"><#if(_.isEmpty(data)){#><divclass="llms-quiz-empty"><p><?php_e('There\'s no assignment associated with this lesson.','lifterlms');?></p><buttonclass="llms-element-button"id="llms-new-assignment"type="button"><?php_e('Create New Assignment','lifterlms');?><iclass="fa fa-file"aria-hidden="true"></i></button><br><buttonclass="llms-element-button"id="llms-existing-assignment"type="button"><?php_e('Add Existing Assignment','lifterlms');?><iclass="fa fa-file-text"aria-hidden="true"></i></button></div><#}else{#><?phpdo_action('llms_builder_assignment_settings');?><#}#></script>