Back to Mobile Security Framework Mobsf

List

mobsf/templates/base/list.html

4.4.6185 B
Original Source

{% if list|length != 0 %}#{% if list|length < limit %}Showing{% else %}Show{% endif %} all {{ list | length }} {{ type }} {% for val in list %} {{ val }}
{% endfor %}{% endif %}