{% extends 'base.html' %} {% load widget_tweaks %} {% load static %} {% block breadcrumb %} {% for is_active, dir_name, path in dir_list %} {% endfor %} {% endblock %} {% block content %}
{% csrf_token %} {% for hidden in form.hidden_fields %} {{ hidden }} {% endfor %} {% for field in form.visible_fields %}
{{ field| add_class:'form-control'}} {% for error in field.errors %} {{ error }} {% endfor %}
{% endfor %}

{% for index, title, netloc, loc, edit_b, remove_link, timestamp, taglist, ms, mm , archive, dir, rurl, idd, fav_path, media_element, is_subdir, rename_link in usr_list %} {% endfor %}
Title
{% if fav_path %}{% endif %} {{title}}
{% if not is_subdir %} {{netloc}} {% if taglist %}
{% for tag in taglist %} {{tag}} {% endfor %}
{% endif %} {% endif %}

{% if not is_subdir %} {% endif %}
{% endblock %}