{# Copyright (c) 2006-2007, PreFab Software Inc. #} {% extends "admin/base_site.html"%} {% load blog_extras %} {% block content %}

Admin page for entry

Select the links for which you would like to post trackbacks:

{% for tb in entry.trackbacks.all %} {% endfor %}
LinkTry?StatusAs ofMessage
{{ tb.get_status_display }}{{ tb.attempted|date:"Y-m-d H:i" }}{{ tb.message|escape }}

Status codes link to the admin page for the trackback. Use the admin page to edit the trackback link.

{% endblock %}