1 {% extends "admin/change_form.html" %}
4 {% block object-tools %}
5 {% if change %}{% if not is_popup %}
6 <ul class="object-tools"><li><a href="history/" class="historylink">{% trans "History" %}</a></li>
7 <li><a href="comments/" class="commentslink">{% trans "Comments" %}</a></li>
8 {% if has_absolute_url %}<li><a href="../../../r/{{ content_type_id }}/{{ object_id }}/" class="viewsitelink">{% trans "View on site" %}</a></li>{% endif%}
10 {% endif %}{% endif %}