?>
		<br />
		<span class="deadline"><?php 
    echo apply_filters('ctdl_deadline', esc_html__('Deadline', 'cleverness-to-do-list'));
    ?>
:
			<?php 
    echo esc_html(ctdl_deadline());
    ?>
</span>
	<?php 
}
?>

	<?php 
if (ctdl_check_field('widget-assigned')) {
    ?>
		<br />
		<span class="assigned"><?php 
    echo apply_filters('ctdl_assigned', esc_html__('Assigned to', 'cleverness-to-do-list'));
    ?>
			<?php 
    echo esc_html(ctdl_assigned());
    ?>
</span>
	<?php 
}
?>

	<?php 
do_action('ctdl_widget_list_items');
    echo apply_filters('ctdl_added_by', esc_html__('Added by', 'cleverness-to-do-list'));
    ?>
			<?php 
    echo esc_html(get_the_author());
    ?>
</small>
		<?php 
}
?>

		<?php 
do_action('ctdl_dashboard_list_items');
?>

		<?php 
if (ctdl_check_field('dashboard-edit')) {
    ?>
			<small>(<a href="<?php 
    echo admin_url('?page=cleverness-to-do-list&action=edit-todo&id=' . absint($id));
    ?>
"><?php 
    _e('Edit');
    ?>
</a>)</small>
		<?php 
}
?>

	</div>

</div>