{% 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 | Equipe | Priorité | Poid | Affecté à | Statut | Etiquettes |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{%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 }} |
{{ teams|raw }} | {{ prioritys|raw }} |
= {{ giteaissue.weight }}
|
{% set dataorder="" %}
{% for assignee in giteaissue.assignees %}
{% set dataorder=dataorder~assignee.username %}
{% endfor %}
{% for assignee in giteaissue.assignees %} {% endfor %} | {{ statut }} | {{ labels|raw }} |