
<p>Список задач:</p>
<table border="1" cellpadding="5" cellspacing="0">
<tr>
<th>Ключ задачи</th>
<th>Название</th>
<th>Статус</th>
<th>Исполнитель</th>
</tr>
{{#issues}}
<tr>
<td>{{key}}</td>
<td>{{summary}}</td>
<td>{{status.name}}</td>
<td>{{assignee.displayName}}</td>
</tr>
{{/issues}}
</table> pyinstaller.exe --onefile --windowed --icon=124.ico test.py