{% extends 'layout.html' %} {% block content %} {% if frida_logs == "error" %} Error processing Kafka data. Is kafka running and frida started with "Report to Kafka" checked?
{% else %} {% for log_entry in frida_logs %} {% endfor %}
ApplicationTypeValue
{{ application }} {{ log_entry.type }} {{ log_entry.payload }}
{% endif %} {% endblock %}