public function build_content_translation_jobs()
    {
        ?>

		<span class="spinner waiting-1" style="display: inline-block; float:none; visibility: visible"></span>

		<fieldset class="filter-row"></fieldset>
		<div class="listing-table wpml-translation-management-jobs" id="icl-tm-jobs-form" style="display: none;">
			<h3><?php 
        _e('Jobs', 'wpml-translation-management');
        ?>
</h3>
			<table id="icl-translation-jobs" class="wp-list-table widefat fixed">
				<thead>
				<tr>
					<th scope="col" id="cb" class="manage-column check-column" style="">
						<label class="screen-reader-text" for="bulk-select-top"><?php 
        _e('Select All', 'wpml-translation-management');
        ?>
</label>
						<input id="bulk-select-top" class="bulk-select-checkbox" type="checkbox">
					</th>
					<th scope="col" id="job_id" class="manage-column column-job_id" style="">
						<?php 
        _e('Job ID', 'wpml-translation-management');
        ?>
					</th>
					<th scope="col" id="title" class="manage-column column-title" style="">
						<?php 
        _e('Title', 'wpml-translation-management');
        ?>
					</th>
					<th scope="col" id="language" class="manage-column column-language" style="">
						<?php 
        _e('Language', 'wpml-translation-management');
        ?>
					</th>
					<th scope="col" id="status" class="manage-column column-status" style="">
						<?php 
        _e('Status', 'wpml-translation-management');
        ?>
					</th>
					<th scope="col" id="translator" class="manage-column column-translator" style="">
						<?php 
        _e('Translator', 'wpml-translation-management');
        ?>
					</th>
				</tr>
                </thead>
                <tfoot>
				<tr>
					<th scope="col" id="cb" class="manage-column check-column" style="">
						<label class="screen-reader-text" for="bulk-select-bottom"><?php 
        _e('Select All', 'wpml-translation-management');
        ?>
</label>
						<input id="bulk-select-bottom" class="bulk-select-checkbox" type="checkbox">
					</th>
					<th scope="col" id="job_id" class="manage-column column-job_id" style="">
						<?php 
        _e('Job ID', 'wpml-translation-management');
        ?>
					</th>
					<th scope="col" id="title" class="manage-column column-title" style="">
						<?php 
        _e('Title', 'wpml-translation-management');
        ?>
					</th>
					<th scope="col" id="language" class="manage-column column-language" style="">
						<?php 
        _e('Language', 'wpml-translation-management');
        ?>
					</th>
					<th scope="col" id="status" class="manage-column column-status" style="">
						<?php 
        _e('Status', 'wpml-translation-management');
        ?>
					</th>
					<th scope="col" id="translator" class="manage-column column-translator" style="">
						<?php 
        _e('Translator', 'wpml-translation-management');
        ?>
					</th>
				</tr>
				</tfoot>
                <tbody class="groups"></tbody>
            </table>

			<br/>

			<?php 
        wp_nonce_field('assign_translator_nonce', '_icl_nonce_at');
        ?>
			<input type="hidden" name="icl_tm_action" value=""/>
			<input id="icl-tm-jobs-cancel-but" name="icl-tm-jobs-cancel-but" class="button-primary" type="submit" value="<?php 
        _e('Cancel selected', 'wpml-translation-management');
        ?>
" disabled="disabled"/>
			<span id="icl-tm-jobs-cancel-msg" style="display: none"><?php 
        _e('Are you sure you want to cancel these jobs?', 'wpml-translation-management');
        ?>
</span>
			<span id="icl-tm-jobs-cancel-msg-2" style="display: none"><?php 
        _e('WARNING: %s job(s) are currently being translated.', 'wpml-translation-management');
        ?>
</span>
			<span id="icl-tm-jobs-cancel-msg-3" style="display: none"><?php 
        _e('Are you sure you want to abort this translation?', 'wpml-translation-management');
        ?>
</span>

			<span class="navigator"></span>

			<span class="spinner waiting-2" style="display: none; float:none; visibility: visible"></span>

			<?php 
        wp_nonce_field('icl_cancel_translation_jobs_nonce', 'icl_cancel_translation_jobs_nonce');
        ?>
			<?php 
        wp_nonce_field('icl_get_jobs_table_data_nonce', 'icl_get_jobs_table_data_nonce');
        ?>
		</div>

		<?php 
        TranslationManagement::include_underscore_templates('listing');
    }