{% extends "base.html" %} {% block comments %} {% endblock %} {% block title %}App Framework: Edit and Add Data Files{% endblock %} {% block header_row %}

Edit and add Data Files

Click on Data File link to update description.
Click on Add New Data File to upload new data.
{% endblock %} {% load filemgr_extra %} {% block content %}
{% if not tabledata %} {% endif %} {% for datafile in tabledata %} {% endfor %}
Description PCAP File Upload Time File Type Bytes
No files uploaded yet.
{{ datafile.description }} {{ datafile.datafile.url|filename }} {{ datafile.uploaded_at }} {{ datafile.file_type }} {{ datafile.file_bytes }}
{% endblock %}