<fieldset class="fieldset-<?php 
    esc_attr_e($subkey);
    ?>
">
					<label for="<?php 
    esc_attr_e($subkey);
    ?>
"><?php 
    echo $subfield['label'] . ($subfield['required'] ? '' : ' <small>' . __('(optional)', 'wp-job-manager-resumes') . '</small>');
    ?>
</label>
					<div class="field">
						<?php 
    // Get name and value
    $subfield['name'] = 'candidate_education_' . $subkey . '[]';
    WP_Resume_Manager_Form_Submit_Resume::get_field_template($subkey, $subfield);
    ?>
					</div>
				</fieldset>
			<?php 
}
?>
		</div>
	<?php 
echo esc_attr(ob_get_clean());
?>
">+ <?php 
_e('Add Education', 'wp-job-manager-resumes');
?>
</a>
<?php