Back to Mobile Security Framework Mobsf

List Href

mobsf/templates/base/list_href.html

4.4.6197 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 %}