{% extends "repo_master.html" %} {% block title %}Tree - {{ repo.name }}{% endblock %} {% set tag = "home" %} {% block repo %}
{% if content %} {% if output_type in ('file','binary','image','markup') %}
{% if content %} {% if output_type in ('file','binary','image','markup') %}
{% if output_type in ('file','markup') and repo_admin %} Edit {% endif %} {% if output_type == 'markup' %} Text {% else %} Blob {% endif %} Raw
{% endif %} {% endif %} {% if output_type=='file' %} {% autoescape false %} {{ content | format_loc}} {% endautoescape %} {% elif output_type == 'markup' %} {% autoescape false %} {{ content | noJS }} {% endautoescape %} {% elif output_type == 'image' %} {% elif output_type == 'binary' %}

Binary files cannot be rendered.
Please view the raw version

{% endif %}
{% else %}
{% for entry in content %} {% endfor %}
{% if entry.filemode == 16384 %} {% else %} {% endif %} {% if entry.filemode == 16384 %}{% endif -%} {{ entry.name }} {% if entry.filemode == 16384 %}{% endif%} {{ entry.hex|short }}
{% endif %} {% else %} No content found in this repository {% endif %}
{% endblock %} {% block jscripts %} {{ super() }} {% endblock %}