{% extends "tcms_base.html" %} {% load static %} {% block subtitle %}Bookmarks - {{ user_profile.user.username }}{% endblock %} {% block custom_stylesheet %} {% endblock %} {% block custom_javascript %} {% endblock %} {% block contents %}
{# Add #}
{# #} {% for bookmark in bookmarks %} {# #} {% endfor %}
Index Name
Description
Operation
{{ forloop.counter }} {%if bookmark.name%}{{ bookmark }}{%else%}{{bookmark.url}}{%endif%} {{ bookmark.description|linebreaksbr }}Edit
{% endblock %}