2005-12-18 05:27:54 +08:00
|
|
|
{% load admin_modify i18n %}{% if bound_field.original_value %}
|
2006-07-15 09:07:13 +08:00
|
|
|
{% trans "Currently:" %} <a href="{{ bound_field.original_url }}" > {{ bound_field.original_value|escape }} </a><br />
|
2005-12-18 05:27:54 +08:00
|
|
|
{% trans "Change:" %}{% output_all bound_field.form_fields %}
|
2005-11-26 05:20:09 +08:00
|
|
|
{% else %} {% output_all bound_field.form_fields %} {% endif %}
|