{% extends "layout.html" %} {% block title %}- Admin List{% endblock %} {% block add_button %}   Add entry   Manage folders {% endblock %} {% block body %}
Quick Scroll : {% for folder in folders %} {% if loop.index0 %} {{ folder.name }} {% endif %} {% endfor %}
{% for folder in folders %} {% if folder.titles|length > 0 %} {% for title in folder.titles %} {% for link in title.links %} {% if not loop.index0 %} {% endif %} {% endfor %} {% endfor %} {% endif %} {% endfor %}
Name Link Season Comment Tools
{{ folder.name }}
{{ title.name }} {{ link.vf|flagify }} {{ link.link|urlize(30, target='_blank') }} {{ link.season }} {{ link.comment|urlize(target='_blank') }}    
{{ action_form.id(value=link.id) }}
{% endblock %}