{% extends 'base.html' %} {% block title %}Report Index Page{% endblock title %} {% block content %}

[Andriller Report]

{% for k, v in report %} {% if v %} {% endif %} {% endfor %} {% for d in decoded %} {% endfor %}
Type Data
{{k.title()}} {% if k == 'accounts' %}
    {% for x in v %}
  • {{x[0]}}: {{x[1]}}
  • {% endfor %}
{% else %} {{v}} {% endif %}
Application {{d[1]}}
{% endblock content %}