{% extends "layout.html" %} {% block body %}

Files

{% if public_files|length %} {% for public_file in public_files %} {% if g.user['id'] == public_file['user_id'] %} {% else %} {% endif %} {% endfor %}
Name Launchpad Uploaded by Last Modified
{{ public_file['name'] }} {{ public_file['title'] }} #{{ public_file['launchpad_id'] }} {{ public_file['user_name'] }} {{ public_file['modified_date'] }}
{% else %}
Opps! There is no file here
{% endif %} {% endblock %}