{% extends 'base.html' %} {% block content %} {% load static %}

unware

unware

Type

{{ app_type }}

Home

{{ no_of_permissions }}

Permissions

{% for p in permissions %}
  • {{ p }}
{% endfor %}

{{ no_of_opcodes }}

Opcodes

    {% for key, value in opcodes.items %}
  • {{key}} : {{value}}
  • {% endfor %}
{% endblock %}