{% assign file = page.fileName %} {% assign lang = page.lang %} {% assign folder = page.folderName %} {% assign accessData= site.data[folder][lang][file] %} {% assign filesData= accessData.display_formats %}
    {%- for i in filesData -%} {%- assign item = i | downcase -%} {%- assign fileData = site.data.files[lang][item] -%} {%- assign static = site.static_files -%} {%- if fileData.size>0 -%}
  1. {{fileData.Format}}

    {%- if fileData.fileImg -%} img {%- endif -%}
      {%- if fileData.Pros -%}
    1. Pros
      {{fileData.Pros}}
    2. {%- endif -%} {%- if fileData.Cons -%}
    3. Cons
      {{fileData.Cons}}
    4. {%- endif -%} {%- if fileData.BasicInformation -%}
    5. Basic Information
      {{fileData.BasicInformation}}
    6. {%- endif -%} {%- if fileData.DetailedInformation -%}
    7. Detailed Information
      {{fileData.DetailedInformation}}
    8. {%- endif -%} {%- if fileData.Softwaresused -%}
      Platforms Supported
      {%- for item in fileData.Softwaresused -%}
      • {{item.platform}}
      • {%- for data in item.softwares -%}
        {%- if data.image -%} software {%- endif -%}
        {{data.name}}
        {{data.type}}
        {%- endfor -%}
      {%- endfor -%}
      {%- endif -%}
  2. {%- endif -%} {%- endfor -%}