{% include 'edc_dashboard/controls/change_button.html' %}
|
{% if label %}{{ label }}
{% else %}
{{ wrapped.verbose_name|title }}{% if wrapped.object.id and wrapped.object.report_datetime %}
{% if wrapped.object.user_modified %}{{wrapped.object.user_modified}}{% else %}{{wrapped.object.user_created }}{% endif %} {{ wrapped.object.modified|date:"SHORT_DATE_FORMAT" }}{% endif %}
{% endif %}
|