diff --git a/src/IDF/templates/idf/issues/view.html b/src/IDF/templates/idf/issues/view.html index 29dba26..0467495 100644 --- a/src/IDF/templates/idf/issues/view.html +++ b/src/IDF/templates/idf/issues/view.html @@ -199,6 +199,9 @@ {trans 'Owner:'} {showuser $issue.get_owner(), $request}

{/if} {if $interested > 0}

{trans 'Followed by:'} {blocktrans $interested}{$interested} person{plural}{$interested} persons{/blocktrans}

{/if} +{if $issue.due_dtime} +

{trans 'Due Date:'} {$issue.due_dtime|date}

+{/if} {assign $tags = $issue.get_tags_list()}{if $tags.count()}

{trans 'Labels:'}