function abc_form_shortcode() {

$last = abc_get_last_contract();

ob_start();

include ABC_PATH . 'templates/form.php';

return ob_get_clean();
}