{% extends 'generic/object.html' %} {% load plugins %} {% load i18n %} {% block content %}
{% trans "Seen Transfer Client" %}
{% trans "Source IP" %} {{ object.source_ip }}
{% trans "View" %} {{ object.view|linkify }}
{% trans "Last Seen" %} {{ object.last_seen|date:"Y-m-d H:i:s" }}
{% include 'inc/panels/custom_fields.html' %} {% plugin_left_page object %}
{% include 'inc/panels/tags.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}