| Line | |
|---|
| 1 | ${ticket_body_hdr}
|
|---|
| 2 | ${ticket_props}
|
|---|
| 3 | # if ticket.new:
|
|---|
| 4 | ${ticket.description}
|
|---|
| 5 | # else:
|
|---|
| 6 | # if changes_body:
|
|---|
| 7 | ${_('Changes (by %(author)s):', author=change.author)}
|
|---|
| 8 |
|
|---|
| 9 | ${changes_body}
|
|---|
| 10 | # endif
|
|---|
| 11 | # if changes_descr:
|
|---|
| 12 | # if not changes_body and not change.comment and change.author:
|
|---|
| 13 | ${_('Description changed by %(author)s:', author=change.author)}
|
|---|
| 14 | # endif
|
|---|
| 15 | ${changes_descr}
|
|---|
| 16 | --
|
|---|
| 17 | # endif
|
|---|
| 18 | # if change.comment:
|
|---|
| 19 |
|
|---|
| 20 | ${_('Comment:') if changes_body else
|
|---|
| 21 | _('Comment (by %(author)s):', author=change.author)}
|
|---|
| 22 |
|
|---|
| 23 | ${change.comment}
|
|---|
| 24 | # endif
|
|---|
| 25 | # endif
|
|---|
| 26 | ${'-- '}
|
|---|
| 27 | ${_('Ticket URL: <%(link)s>', link=ticket.link)}
|
|---|
| 28 | ${project.name} <${project.url or abs_href()}>
|
|---|
| 29 | ${project.descr}
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.