We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c85ed5 commit a7ab13fCopy full SHA for a7ab13f
templates/person.html
@@ -87,7 +87,8 @@ <h2>Work by Platform</h2>
87
</div>
88
</article>
89
90
- <h2>Completed</h2>
+ {% if completed_by_project %}
91
+ <h2>Completed</h2>
92
{% for project, issues in completed_by_project.items() %}
93
<details>
94
<summary>{{ project }}</summary>
@@ -101,6 +102,7 @@ <h2>Completed</h2>
101
102
{% endfor %}
103
</details>
104
105
+ {% endif %}
106
{% endblock %}
107
108
{% block extra_scripts %}
0 commit comments