File "affiliates.twig"

Full Path: /home/cananyalcin/public_html/core/temp/client/Simplify-Blue/affiliates.twig
File size: 3.29 KB
MIME-type: text/html
Charset: utf-8

{% include 'header.twig' %}


 <div class="wrapper-content">
    <div class="wrapper-content__header">
          </div>
    <div class="wrapper-content__body">
      <!-- Main variables *content* -->
      <div id="block_144">
    <div class="text-block-with-card ">
        <div class="bg"></div>
        <div class="divider-top"></div>
        <div class="divider-bottom"></div>
        <div class="container">
            <div class="row">
                
    
            </div>
        </div>
    </div>
</div>
<div id="block_46">
    <div class="affiliates-info">
        <div class="bg"></div>
        <div class="divider-top"></div>
        <div class="divider-bottom"></div>
        <div class="container">
            
            <div class="row affiliates-info__alignment affiliate-block__main-table">
                <div class="col-lg-12">
                    <div class="table-bg affiliates-info__data-table component_table_link ">
                        <div class="table-wr table-responsive">
                            <table class="table">
                                <thead>
                                <tr>
                                    <th>Referral link</th>
                                    <th>Commission rate</th>
                                    <th>Minimum payout</th>
                                </tr>
                                </thead>
                                <tbody>
                                <tr>
                                    <td data-label="Referral link" nowrap>
                                        <span id="link" class="mr-1">{{ site['url'] }}/ref/{{ user["referral_code"] }}</span>
                                       
                                    </td>
                                    <td data-label="Commission rate">{{ settings["ref_bonus"] }}%</td>
                        <td data-label="Minimum payout">{{ settings['ref_min'] }}{{ site['currency'] }}</td>
                    </tr>
                                </tbody>
                            </table>
                        </div>
                    </div>
                </div>
            </div>
            <div class="well well-float">
                <table class="table ">
                    <thead>
                    <tr>
                        <th>Visits</th>
                        <!-- <th>Registrations</th> -->
                        <th>Referrals</th> 
                         <!--<th>Conversion rate</th>
                        <th>Total earnings</th> -->
                        <th>Available earnings</th>
                                            </tr>
                    </thead>
                    <tbody>
                    <tr>
                        <td>{{ user['total_click'] }}</td>
                       <!-- <td>0</td> -->
                        <td>{{ refCount }}</td>
                      <!--  <td>0.00%</td>
                        <td>$0.00</td> -->
                        <td>	{{ user['refchar'] }}{{ site['currency'] }}</td>
                                            </tr>
                    </tbody>
                </table>
            </div>

            
                    </div>
    </div>
</div>
    
    
    
    
{% include 'footer.twig' %}