{% extends "base_.html" %} {% block title %} ElJefe {% endblock %} {% block extrahead %} {% endblock %} {% block initializer %} {% endblock %} {% block content %} {% if station %}

Station Information

Hostname{{station.hostname}}
IP Address{{station.ip_address}}
View Binaries
View Events
View Running Processes
Scanning time (seconds)
{% endif %} {% endblock %}