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/template.html
<div class="compare-row slim-compare-row" data-campaign-id="{{>campId}}">
    <!-- 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 col-sm-3 col-md-2 col-lg-2 text-center small-padding-xs {{if ~getCountryCode() === 'NO'}}margin-top{{/if}}">
            <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 loan-image-padding" />
                </a>
            </div>
            {{if ~showRating() == true}}
                <input type="rating" class="rating" value="{{>5*rating/100}}">
            {{/if}}             
        </div>
        <div class="col-xs-12 col-sm-7 col-md-8 col-lg-8  text-center margin-top " style="padding-left: 0px; padding-right: 0px;">
            <div class="col-xs-6 col-sm-6 col-md-3 col-lg-3 border-left no-border-left no-padding padding-small-screen">
                <span class="display-block line-height-3 text-small no-border-pls {{if ~getCountryCode() === 'NO'}}font-smaller{{/if}}">
                  {{>~printInterval(minLoanAmount, maxLoanAmount, ~getTranslation('currency'), false, false, true)}}
                </span>

                <span class="as-small">
                   {{>~getTranslation('loanFrom')}}
                </span>
            </div>
            <div class="col-xs-6 col-md-3 border-left border-right no-border-right no-border-right1 no-padding padding-small-screen"> 
                {{if ~getCountryCode() !== 'PL'}}
				<span class="display-block line-height-3 text-small">
                    {{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="as-small">{{>~getTranslation('effectiveInterestRate')}}</span>
                {{else}}
                    <span class=" display-block line-height-3 text-small {{if maxInterestRate > 99999}} wrap {{/if}}">
                        {{>~printOrGetBoolean(firstLoanFeeFree)}}
                    </span>

                    <span class="as-small">
                           {{>~getTranslation('firstLoanFeeFree')}}
                    </span>
                {{/if}}
            </div>
            <div class="col-xs-6 col-md-3 border-left no-border-left no-padding">  
                <span class=" display-block line-height-3 text-small {{if ~getCountryCode() === 'NO'}}font-smaller{{/if}}">
                    {{if ~isValidNumber(minAge)}}
                        {{>minAge}} 
                    {{else}}
                        -
                    {{/if}}
                    {{>~getTranslation('years')}}
                </span>

                <span class="as-small">
                    {{>~getTranslation('minAge')}}
                </span>
            </div>            
            <div class="col-xs-6 col-md-3 border-left border-right no-border-right no-padding">
                <span class=" display-block line-height-3 text-small font-5px {{if ~getCountryCode() === 'NO'}}font-smaller{{/if}}">
                    {{>~printInterval(minDuration, maxDuration, null, false, false, true)}} 
                    {{>~printTimeUnit(timeUnit, ~getTranslation('days'))}}
                </span>
                
                <span class="as-small">
                     {{>~getTranslation('paymentPeriod')}}
                </span>
            </div>
        </div>
        <div class="col-xs-12 text-center col-sm-2 col-md-2 col-lg-2 text-center small-padding-xs borders margin-top
            padding-right-5">
            <div class="divider"></div>
            <a href="{{>trackingUrl}}" class="btn btn-cta btn-block btn-max-width-225 margin-top-25-sm" 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><span class="as-small as-color-black">{{>~getTranslation('advertisement')}}</span></div>
            {{/if}}
        </div>
    </div>

    <!-- Row containing extra benefit and 'view more' button -->
   <div class="row-item row-item-block row-padding-no-bottom">
        <div class="hr-divider"></div>
        <div class="col-xs-2 col-sm-3 col-md-2 col-lg-2 text-center margin-top-15 small-padding-xs no-padding">
            <div class="as-read-more no-margin light-hover" style="position: static;">
                <a class="as-small move-up-3px hidden-xs" data-open="{{>~getTranslation('showMore')}}" data-close="{{>~getTranslation('showLess')}}">{{>~getTranslation('showMore')}}</a>
                <div class="as-read-more-icon">
                    <i class="fa fa-angle-down fa-lg"></i>
                </div>                
            </div>
        </div>                
        <div class="col-xs-10 col-sm-9 col-md-10 col-lg-10 margin-top small-padding-xs" style="padding-left: 0px">            
            <div class="col-xs-12 col-sm-12 min-height-30 loanExample border-left 
                {{if ~getCountryCode() === 'SE' && maxEffectiveRate >= 30}}col-md-8 col-lg-8 {{/if}} 
                {{if ~getCountryCode() === 'NO'}}as-color-black{{/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-border border-top 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 class="row-item as-show-more-content row-padding">
        <div class="hr-divider"></div>
        <div class="col-xs-12 col-md-12 col-lg-12 text-center no-padding">
            {{if (~isValidNumber(minStartupFee) || ~isValidNumber(maxStartupFee) ) && ~getCountryCode() !== 'PL'}}
            <div class="col-xs-6 col-sm-4 col-md-4 margin-top no-padding">
                <span class="display-block black font-13px font-semi-bold line-height-1 nowrap-non-mobile">
                    <!-- Use printInterval to print either minStartupFee, maxStartupFee or both. -->
                    {{>~printInterval(minStartupFee, maxStartupFee, null, true, true, true)}}
                    <span class="font-caps font-smaller">{{>~getTranslation('currency')}}</span>
                </span>
                <span class="as-small">{{>~getTranslation('startupFee')}}</span>
            </div>
            {{/if}}
            {{if ~isValidNumber(minIncomeRequired) && ~getCountryCode() !== 'PL'}}
            <div class="col-xs-6 col-sm-4 col-md-4 margin-top no-padding">
                <span class="display-block black font-13px font-semi-bold line-height-1 nowrap-non-mobile">
                    {{:~numberWithCommas(minIncomeRequired)}}
                    <span class="font-caps font-smaller">{{>~getTranslation('currency')}}</span>
                </span>
                <span class="as-small">{{>~getTranslation('minIncomeRequired')}}</span>
            </div>
            {{/if}}
            {{if ~isValidNumber(minAdministrationFee) || ~isValidNumber(maxAdministrationFee) || ~isValidNumber(monthlyAdministrationFee)}}
             <div class="col-xs-6 col-sm-4 col-md-4 margin-top no-padding">
                <span class="display-block black font-13px font-semi-bold line-height-1 nowrap-non-mobile">
                    <!-- Use printInterval to print either min + maxAdministrationFee or max/monthlyAdministrationFee. -->
                    {{if ~isValidNumber(minAdministrationFee)}}
                        {{>~printInterval(minAdministrationFee, maxAdministrationFee, null, true, true)}}
                    {{else}}
                        {{>~printInterval(maxAdministrationFee, monthlyAdministrationFee, null, true, true)}}
                    {{/if}}
                    <span class="font-caps font-smaller">{{>~getTranslation('currency')}}</span>
                </span>
                <span class="as-small">{{>~getTranslation('monthlyFee')}}</span>
            </div>
            {{/if}}
            <div class="col-xs-6 col-sm-4 col-md-4 margin-top no-padding">
                <span class="display-block black font-13px font-semi-bold line-height-1 nowrap-non-mobile">
                    {{if ~isValid(localCitizenshipRequired)}}
                        {{>~printOrGetBoolean(localCitizenshipRequired)}}
                    {{else ~isValid(localResidencyRequired)}}
                        {{>~printOrGetBoolean(localResidencyRequired)}}
                    {{else}}
                        -
                    {{/if}}
                </span>
                <span class="as-small">{{>~getTranslation('localCitizenshipRequired')}}</span>
            </div>
            <div class="col-xs-6 col-sm-4 col-md-4 margin-top no-padding">
                <span class="display-block black font-13px font-semi-bold line-height-1 nowrap-non-mobile">
                    {{>~printOrGetBoolean(mobileFriendly)}}
                </span>
                <span class="as-small">{{>~getTranslation('mobileFriendly')}}</span>
            </div>
            {{if ~isValid(durationForApproval)}}
            <div class="col-xs-6 col-sm-4 col-md-4 margin-top no-padding">
                <span class="display-block black font-13px font-semi-bold line-height-1 nowrap-non-mobile">
                    {{>durationForApproval}}
                </span>
                <span class="as-small">{{>~getTranslation('durationForApproval')}}</span>
            </div>
            {{/if}}
            {{if ~isValid(durationForPayout)}}
            <div class="col-xs-6 col-sm-4 col-md-4 margin-top no-padding">                
                <span class="display-block black font-13px font-semi-bold line-height-1 nowrap-non-mobile">
                    {{>durationForPayout}}
                </span>
                <span class="as-small">{{>~getTranslation('durationForPayout')}}</span>
            </div>
            {{/if}}
            <div class="col-xs-6 col-sm-4 col-md-4 margin-top no-padding">
                <span class="display-block black font-13px font-semi-bold line-height-1 nowrap-non-mobile">
                    {{>~printOrGetBoolean(acceptPaymentRemarks)}}
                </span>
                <span class="as-small">{{>~getTranslation('acceptPaymentRemarks')}}</span>
            </div>
            <div class="col-xs-6 col-sm-4 col-md-4 margin-top no-padding">
                <span class="display-block black font-13px font-semi-bold line-height-1 nowrap-non-mobile">
                    {{if ~isValid(workOrPensionIncomeRequired)}}
                        {{>~printOrGetBoolean(workOrPensionIncomeRequired)}}
                    {{else ~isValid(fixedIncomeRequired)}}
                        {{>~printOrGetBoolean(fixedIncomeRequired)}}
                    {{else}}
                        -
                    {{/if}}
                </span>
                <span class="as-small">{{>~getTranslation('fixedIncomeRequired')}}</span>
            </div>            
            <div class="col-xs-6 col-sm-4 col-md-4 margin-top no-padding">
				<span class=" display-block line-height-3 text-small {{if ~getCountryCode() === 'NO'}}font-smaller{{/if}}{{if maxInterestRate > 99999}} wrap {{/if}}">
					{{>~printInterval(minInterestRate, maxInterestRate, '%', true, true, true)}}
				</span>

				<span class="as-small">
					   {{>~getTranslation('interestRate')}}
				</span>
            </div>     
           
            <div class="col-xs-6 col-sm-4 col-md-4 margin-top no-padding">
                <span class="display-block black font-13px font-semi-bold line-height-1 nowrap-non-mobile">
                       {{>minAge}} {{>~getTranslation('years')}}
                </span>
                <span class="as-small"> {{>~getTranslation('minAge')}}</span>
            </div>
            {{if ~isValid(maxAge)}}
            <div class="col-xs-6 col-sm-4 col-md-4 margin-top no-padding">
                <span class="display-block black font-13px font-semi-bold line-height-1 nowrap-non-mobile">
                       {{>maxAge}} {{>~getTranslation('years')}} 
                </span>
                <span class="as-small">{{>~getTranslation('maxAge')}}</span>
            </div>
            {{/if}}
            {{if ~getCountryCode !== 'DE'}}
            <div class="col-xs-6 col-sm-4 col-md-4 margin-top no-padding">
                <span class="display-block black font-13px font-semi-bold line-height-1 nowrap-non-mobile">
                        {{if ~isValid(nemID)}}
                            {{>~printOrGetBoolean(nemID)}}
                        {{else ~isValid(bankID)}}
                            {{>~printOrGetBoolean(bankID)}}
                        {{else}}
                            -
                        {{/if}}
                </span>
                <span class="as-small">{{>~getTranslation('bankID')}}</span>
            </div>
            {{/if}}

            {{if ~isValidNumber(otherExpenses)}}
            <div class="col-xs-6 col-sm-4 col-md-4 margin-top no-padding">
                <span class="display-block black font-semi-bold line-height-1 nowrap-non-mobile {{if ~getCountryCode() === 'NO'}}font-smaller{{else}}font-13px{{/if}}">
                    {{:~numberWithCommas(otherExpenses)}} <span class="font-caps font-smaller">{{>~getTranslation('currency')}}</span>
                </span>
                <span class="as-small">{{>~getTranslation('otherExpenses')}}</span>
            </div>
            {{/if}}
        </div>
    </div>
</div>