{% extends "base.html.twig" %} {% block localstyle %} #main { padding-left:0px; margin-bottom:0px; } #mycontent { display:none } .tag { border-radius: 5px; padding: 8px 8px; margin-bottom: 5px; display: inline-block; min-width: 35px; text-align: center; color: #ffffff !important; zoom: 80%; } .tag i { margin-right:5px; } .assignee { width:30px; margin: 5px 5px 0px 0px; } {% endblock %} {% block body %}
{%if id==0 %} | Projet | {%endif%}Jalon | Sprint | Type | N° | Titre | {% if (not wssuse or not fgpoker) %}Equipe | Priorité | Affecté à | Etiquettes | {% else %}Poker | {% endif %}Statut | Poid |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{%if id==0 %} | {{ gitearepo.full_name }} | {%endif%}{% if giteaissue.milestone %}{{ giteaissue.milestone.title }} {%endif%} | {% if giteaissue.sprintid %}{{ giteaissue.sprintname }} {%endif%} | {{ types|raw }} | {{ giteaissue.number }} |
{% if giteaissue.state=="closed" %}CLOS LE = {{ giteaissue.closed_at|date("d/m/y") }} {% endif %} {{ giteaissue.title }} |
{% if (not wssuse or not fgpoker) %}
{{ teams|raw }} | {{ prioritys|raw }} | {% set dataorder="" %} {% for assignee in giteaissue.assignees %} {% set dataorder=dataorder~assignee.username %} {% endfor %}{% for assignee in giteaissue.assignees %} {% endfor %} | {{ labels|raw }} | {% else %}{% endif %} | {{ statut }} |
= {{ giteaissue.weight }}
|