~ubuntu-archive/ubuntu-archive-scripts/trunk

« back to all changes in this revision

Viewing changes to templates/team-report.html

  • Committer: Sebastien Bacher
  • Date: 2020-04-08 15:33:52 UTC
  • mto: This revision was merged to the branch mainline in revision 273.
  • Revision ID: seb128@ubuntu.com-20200408153352-vyolhz9iwe80il5j
generate-team-p-m: indicates when something is blocked by an hint

Includes also the hint owner

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
          {% endfor %}
112
112
          </li>
113
113
          {% endif %}
 
114
          {% if d["hints"] %}
 
115
          {% for hint in d["hints"] %}
 
116
          {% if hint["hint-type"] %}
 
117
          {% if hint["hint-type"] == "block" %}
 
118
          <li>Blocked by hint
 
119
          {% if hint["hint-from"] %}
 
120
          from {{ hint["hint-from"] }}
 
121
          {% endif %}
 
122
          </li>
 
123
          {% endif %}
 
124
          {% endif %}
 
125
          {% endfor %}
 
126
          {% endif %}
114
127
          {% if d["is-candidate"] %}
115
128
          {% if d.get('dependencies', {}).get('migrate-after', []) %}
116
129
          <li><b>candidate</b> but also requires