{% set types = get_top_formats() %} {% for type in types %}
FILE FORMAT
{% if available_types()[types[type]['type']]["category"] == "tool" %} {{ _(available_types()[types[type]['type']]["_prefix"]) | replace("{}", type) | splitpart(0, '_') }} {% else %} {% if not available_types()[types[type]['type']]["_prefix"] %} {{type}} {% trans %}file converter{% endtrans %} {% else %} {{ _(available_types()[types[type]['type']]["_prefix"]) | replace("{}", type) | replace("-", " ") | splitpart(0, '_') }} {% endif %} {% endif %}

{{ _(types[type]['def']) }}

Read More
{% endfor %}