HEX
Server: LiteSpeed
System: Linux cde2.duelhost.dk 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64
User: dtptviut (1121)
PHP: 8.0.30
Disabled: exec,system,passthru,shell_exec,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/dtptviut/public_html/wp-content/plugins/comparisonfeed-wp/templates/Quickloans/top3.html
<div id="as-top-3-id-{{:#getIndex()}}" class="as-top-3-item col-xs-12 col-sm-4 col-md-4 col-lg-4" data-campaign-id="{{>campId}}">
    <div class="as-top-3-border as-flex">
        <!-- Custom feed label if defined -->
        {{if customLabel && customLabel.text && customLabel.icon}}
            <div class="as-feed-label" as-data-style="{{if customLabel.color}}background-color: #{{>customLabel.color}}{{/if}}">
                <div class="text-large ellipsis">
                    <i class="fa fa-{{>customLabel.icon}} fa-lg"></i>
                    {{>customLabel.text}}
                </div>
                <div class="flag-label" as-data-style="{{if customLabel.color}}border: 1em solid #{{>customLabel.color}}{{/if}}"></div>
                <div class="flag-edge"></div>
            </div>
        {{/if}}
        <!-- Row containing logo, main content and CTA button -->
        <div class="row-item row-padding">
            <div class="col-xs-12 text-center small-padding-xs">
                <div class="as-logo-container">
                    <a href="{{>trackingUrl}}" class="as-link" target="_blank" rel="nofollow">
                        <img src="" as-data-src="{{>imageUrl}}" class="img-responsive loan-img as-lazy" />
                    </a>
                </div>
				{{if ~showRating() == true}}
                	<input type="rating" class="rating" value="{{>5*rating/100}}">
            	{{/if}}         
            </div>
            <div class="col-xs-12 text-center margin-top no-padding">
                <div class="col-xs-12 no-padding">
                    <span class="display-block line-height-3 text-large {{if ~getCountryCode() === 'NO'}}font-smaller{{/if}}">
                        {{>~printInterval(minLoanAmount, maxLoanAmount, ~getTranslation('currency'), false, false, true)}}
                    </span>

                    <span class="grey text-medium">
                        {{>~getTranslation('loanFrom')}}
                    </span>
                </div>
                <div class="col-xs-12 no-padding">
                    <div class="hr-divider margin-bottom-5 margin-top-5"></div>
					<span class="display-block line-height-3 text-large {{if ~getCountryCode() === 'NO'}}font-smaller{{/if}}">
						{{if ~isValid(minAnnualCostInPercentage) || ~isValid(maxAnnualCostInPercentage)}}
						{{>~printInterval(minAnnualCostInPercentage, maxAnnualCostInPercentage, null, true, true, true)}}
						<span class="font-caps font-smaller">%</span>
						{{else ~isValid(minAnnualEffectiveRate) || ~isValid(maxAnnualEffectiveRate)}}
						{{>~printInterval(minAnnualEffectiveRate, maxAnnualEffectiveRate, null, true, true, true)}}
						<span class="font-caps font-smaller">%</span>
						{{else ~isValid(minEffectiveRate) || ~isValid(maxEffectiveRate)}}
						{{>~printInterval(minEffectiveRate, maxEffectiveRate, null, true, true, true)}}
						<span class="font-caps font-smaller">%</span>
						{{else}}
						-
						{{/if}}
					</span>
					<span class="grey text-medium">
						{{>~getTranslation('effectiveInterestRate')}}
					</span>	
                </div>
                <div class="col-xs-12 no-padding">
                    <div class="hr-divider margin-bottom-5 margin-top-5"></div>
                    <span class="display-block line-height-3 text-large {{if ~getCountryCode() === 'NO'}}font-smaller{{/if}}">
                        {{if ~isValidNumber(minAge)}}
                            {{>minAge}} 
                        {{else}}
                            -
                        {{/if}}
                        {{>~getTranslation('years')}}
                    </span>

                    <span class="grey text-medium">
                        {{>~getTranslation('minAge')}}
                    </span>
                </div>            
                <div class="col-xs-12 no-padding">
                    <div class="hr-divider margin-bottom-5 margin-top-5"></div>
                    <span class="display-block line-height-3 text-large {{if ~getCountryCode() === 'NO'}}font-smaller{{/if}}">
                        {{>~printInterval(minDuration, maxDuration, null, false, false, true)}} 
                        {{>~printTimeUnit(timeUnit, ~getTranslation('days'))}}
                    </span>
                    
                    <span class="grey text-medium">
                        {{>~getTranslation('paymentPeriod')}}
                    </span>
                </div>
            </div>
            <div class="col-xs-12 text-center margin-top">
                <a href="{{>trackingUrl}}" class="btn btn-cta btn-block" target="_blank" rel="nofollow">
                    {{>~getTranslation('apply')}} <i class="fa fa-check fa-lg fa-fw align-baseline"></i>
                </a>
                {{if ~getCountryCode() === 'DK' || ~getCountryCode() === 'NO'}}
                    <div class="text-center margin-top-5"><span class="text-medium as-color-black">{{>~getTranslation('advertisement')}}</span></div>
                {{/if}}
            </div>
        </div>

        <!-- Row containing loan example -->
        <div class="row-item row-item-block row-padding">
            <div class="col-xs-12 min-height-30 text-xsmall line-height-1-5 text-center no-padding
                {{if ~getCountryCode() === 'NO'}}as-color-black{{else}}grey{{/if}}">
                {{>loanExample}}
            </div>
            {{if ~getCountryCode() === 'SE' && maxEffectiveRate >= 30}}
			<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 no-padding disclaimer-container">
				<div class="no-padding disclaimer-margin">
					<img src="//feedcontentcloud.com/comparisonfeed/images/triangel.svg" alt="" class="disclaimer-img">
				</div>
				<div class="col-xs-12 col-sm-10 col-md-10 col-lg-10 no-padding" style="padding-left: 10px;">
					<p class="disclaimer-text text-left" style="margin:0">Det här är en högkostnadskredit</p>
					<p class="disclaimer-text_body text-left" style="margin:0;">Om du inte kan betala tillbaka hela skulden riskerar du en betalningsanmärkning. För stöd, vänd dig till budget- och skuldrådgivningen i din kommun. Kontaktuppgifter finns på <a href="http://hallåkonsument.se" target="_blank" style="font-size: 10px; color: blue;">hallåkonsument.se</a></p>
				</div>
			</div>
				{{/if}}
        </div>
    </div>
</div>