{% extends "update/base.html" %} {% block title %}File: {{ local_file.name }}{% endblock %} {% block content %}

File: {{ local_file.name }}

Download

{% if local_file.is_text %}

File contents

{% if can_change %}
{% else %}
{{ local_file.contents }}
{% endif %}
{% endif %} {% if can_change %}
{% else %}
{{ local_file.contents
{% endif %} {% if can_delete %}

Delete this file

{% endif %} {% endblock %}