33
33
<div metal:fill-slot="main">
35
tal:condition="not: view/bug_tracking_usage/enumvalue:LAUNCHPAD"
38
tal:condition="view/bug_tracking_usage/enumvalue:UNKNOWN">
39
<strong tal:condition="view/can_have_external_bugtracker">
40
<tal:displayname replace="context/displayname" />
41
must be configured in order for Launchpad to forward bugs to
42
the project's developers.
44
<strong tal:condition="not: view/can_have_external_bugtracker">
45
<tal:displayname replace="context/displayname" />
46
does not use Launchpad for bug tracking.
50
<p tal:condition="view/external_bugtracker"
52
<strong>Bugs are tracked in
53
<tal:bugtracker replace="structure view/bugtracker" />.
57
<a id="getting-started-help"
59
href="https://help.launchpad.net/Bugs">
60
Getting started with bug tracking in Launchpad</a>.
62
<p tal:condition="context/required:launchpad.Edit"
63
tal:define="configure_bugtracker context/menu:overview/configure_bugtracker | nothing"
66
<a tal:condition="configure_bugtracker"
67
tal:replace="structure configure_bugtracker/fmt:link"/>
68
<a class="sprite edit"
69
tal:condition="not: configure_bugtracker"
70
tal:attributes="href string:${context/fmt:url/+edit}">
71
Enable bug tracking.</a>
34
74
<div tal:condition="not: view/bug_tracking_usage/enumvalue:UNKNOWN"
35
75
class="top-portlet">
36
76
<tal:is_project_group condition="view/_projectContext">
85
<div tal:condition="view/bug_tracking_usage/enumvalue:UNKNOWN"
89
<tal:displayname replace="context/displayname" />
90
does not use Launchpad for bug tracking.
93
<p id="getting-started-help">
94
<a class="sprite maybe"
95
href="https://help.launchpad.net/Bugs">Getting started
96
with bug tracking in Launchpad</a>.
101
127
<tal:side metal:fill-slot="side">