PATH:
home
/
lab2454c
/
datmont.com
/
wp-content
/
themes
/
igsin
/
template-parts
<!-- DATABASE PREV SECTION --> <?php $igsin_field_content = get_field('igsin_field_content'); ?> <section class="database-prev-section section--py position-relative"> <div class="container position-relative"> <div class="custom-inner-container"> <?php if(!empty($igsin_field_content['local_and_global_exchanges_data_title'])):?> <div class="content-box has-h4--semibold has-mb text-center"> <h4><?php echo $igsin_field_content['local_and_global_exchanges_data_title'];?></h4> </div> <?php endif;?> <table class="table shadow--base rounded--md overflow-hidden bg--body"> <thead class="text-uppercase"> <tr> <?php foreach($igsin_field_content['local_and_global_exchanges_table_head_details'] as $listing):?> <?php if(!empty($listing['title'])):?> <th scope="col"><?php echo $listing['title'];?></th> <?php endif;?> <?php endforeach;?> </tr> </thead> <tbody> <?php foreach($igsin_field_content['local_and_global_exchanges_table_content_details'] as $listing):?> <tr> <?php if(!empty($listing['company_name'])):?> <td data-cell="title"><?php echo $listing['company_name'];?></td> <?php endif;?> <?php if(!empty($listing['igsin_number'])):?> <td data-cell="igsin"><?php echo $listing['igsin_number'];?></td> <?php endif;?> <?php if(!empty($listing['description'])):?> <td data-cell="description"><?php echo $listing['description'];?></td> <?php endif;?> <?php if(!empty($listing['country'])):?> <td data-cell="country"><?php echo $listing['country'];?></td> <?php endif;?> <?php if(!empty($listing['equity'])):?> <td data-cell="type"><?php echo $listing['equity'];?></td> <?php endif;?> </tr> <?php endforeach;?> </tbody> </table> </div> </div> </section>
[-] content-none.php
[edit]
[-] igsin-banner-section.php
[edit]
[+]
..
[-] membership-all-content-section.php
[edit]
[-] common-igsin-process-section.php
[edit]
[-] igsin-database-premium-section.php
[edit]
[-] listing-services-process-to-add-profile-section.php
[edit]
[-] igsin-database-sample-record-section.php
[edit]
[-] igsin-after-banner-section.php
[edit]
[-] apply-for-igsin-content-section.php
[edit]
[-] listing-services-reason-to-add-igsin-section.php
[edit]
[-] listing-services-advantage-of-listing-on-igsin.php
[edit]
[-] pmsin-igsin-application-process-section.php
[edit]
[-] content-search.php
[edit]
[-] content-page.php
[edit]
[-] igsin-database-section.php
[edit]
[-] pmsin-legal-entity-and-form-section.php
[edit]
[-] listing-services-add-your-igsin-section.php
[edit]
[-] content-notitle.php
[edit]
[-] content.php
[edit]