{% if file.floss %} {% if file.floss.decoded_strings %}

Decoded Strings

{% for string in file.floss.decoded_strings %}
{{string}}
{% endfor %}
{% endif %} {% if file.floss.stack_strings %}

Stack Strings

{% for string in file.floss.stack_strings %}
{{string}}
{% endfor %}
{% endif %} {% if file.floss.tight_strings %}

Tight Strings

{% for string in file.floss.tight_strings %}
{{string}}
{% endfor %}
{% endif %} {% if file.floss.static_strings %}

Static Strings

{% for string in file.floss.static_strings %}
{{string}}
{% endfor %}
{% endif %} {% if file.floss.msg %}
{{file.floss.msg}}
{% endif %} {% endif %}