{% extends 'psu_base.html' %} {% load base_taglib %} {% load upload_taglib %} Title {% block pagecontent %}

Uploaded File Contents

Upload Files

{%csrf_token%}




Uploaded Files

{%for ff_name, ff_content in files.items%}
{%for ll in ff_content.splitlines%} {{ll}}
{%endfor%}
{%endfor%}
{% endblock %}