_includes/Usp/usp.html in appscms-tools-theme-3.0.7 vs _includes/Usp/usp.html in appscms-tools-theme-3.0.8

- old
+ new

@@ -1,96 +1,96 @@ -{% assign file = page.fileName %} -{% assign lang = page.lang %} -{% assign folder = page.folderName %} -{% assign uspData= site.data[folder][lang][file] %} -{%- if site.showusps -%} -<section class="usp-section"> - <div class="container"> - {%- if site.monumetricId and page.url != '/' and page.lang == "en" -%} - - <div class="row"> - <div class="col-md-9 mx-auto"> - {%- endif -%} - <h4 class="feature-h1 my-4">Our USPs</h4> - <table class="table table-bordered table-striped table-light "> - <tbody> - <tr> - <td class="font-weight-bold" scope="row"> - Security - </td> - <td> - 100% (No files are sent to server for processing) - </td> - </tr> - <tr> - <td class="font-weight-bold" scope="row"> - File size limits - </td> - <td> - None (No limit on size of files) - </td> - </tr> - <tr> - <td class="font-weight-bold" scope="row"> - Usage limits - </td> - <td> - None (Process as many files as you want) - </td> - </tr> - <tr> - <td class="font-weight-bold" scope="row"> - Price - </td> - <td> - Free - </td> - </tr> - <tr> - <td class="font-weight-bold" scope="row"> - User Information Captured - </td> - <td> - None (We do not request for user information such as email / phone number) - </td> - </tr> - <tr> - <td class="font-weight-bold" scope="row"> - Ads - </td> - <td> - None (We provide complete ad free experience) - </td> - </tr> - </tbody> - </table> - </div> -</section> -{%- else -%} -{%- if uspData -%} -<section class="usp-section"> - <div class="container"> - - <h2 class="feature-h1 my-4">{{uspData.USP_Heading}}</h2> - <table class="table table-bordered table-striped table-light "> - <tbody> - {%- for item in uspData.USPS -%} - <tr> - <td class="font-weight-bold" scope="row"> - {{item.USP_VALUE}} - </td> - <td> - {{item.USP_FACTOR}} - </td> - </tr> - {%- endfor -%} - </tbody> - </table> - {%- if site.monumetricId and page.url != '/' and page.lang == "en" -%} - - </div> - </div> - {%- endif -%} - </div> -</section> -{%- endif -%} +{% assign file = page.fileName %} +{% assign lang = page.lang %} +{% assign folder = page.folderName %} +{% assign uspData= site.data[folder][lang][file] %} +{%- if site.showusps -%} +<section class="usp-section"> + <div class="container"> + {%- if site.monumetricId and page.url != '/' and page.lang == "en" -%} + + <div class="row"> + <div class="col-md-9 mx-auto"> + {%- endif -%} + <h4 class="feature-h1 my-4">Our USPs</h4> + <table class="table table-bordered table-striped table-light "> + <tbody> + <tr> + <td class="font-weight-bold" scope="row"> + Security + </td> + <td> + 100% (No files are sent to server for processing) + </td> + </tr> + <tr> + <td class="font-weight-bold" scope="row"> + File size limits + </td> + <td> + None (No limit on size of files) + </td> + </tr> + <tr> + <td class="font-weight-bold" scope="row"> + Usage limits + </td> + <td> + None (Process as many files as you want) + </td> + </tr> + <tr> + <td class="font-weight-bold" scope="row"> + Price + </td> + <td> + Free + </td> + </tr> + <tr> + <td class="font-weight-bold" scope="row"> + User Information Captured + </td> + <td> + None (We do not request for user information such as email / phone number) + </td> + </tr> + <tr> + <td class="font-weight-bold" scope="row"> + Ads + </td> + <td> + None (We provide complete ad free experience) + </td> + </tr> + </tbody> + </table> + </div> +</section> +{%- else -%} +{%- if uspData -%} +<section class="usp-section"> + <div class="container"> + + <h2 class="feature-h1 my-4">{{uspData.USP_Heading}}</h2> + <table class="table table-bordered table-striped table-light "> + <tbody> + {%- for item in uspData.USPS -%} + <tr> + <td class="font-weight-bold" scope="row"> + {{item.USP_VALUE}} + </td> + <td> + {{item.USP_FACTOR}} + </td> + </tr> + {%- endfor -%} + </tbody> + </table> + {%- if site.monumetricId and page.url != '/' and page.lang == "en" -%} + + </div> + </div> + {%- endif -%} + </div> +</section> +{%- endif -%} {%- endif -%} \ No newline at end of file