{% for tag in tags %} {% set isCurrent = tag.name == plugin.metadata.Version %}
  • {% if isCurrent %}

    Installée

    {% endif %}

    {{ tag.name }}

    {{ tag.created_at|date('d/m/Y à H:i') }}

    {{ tag.message|nl2br|raw|default('Aucun message disponible pour cette version.') }}...

  • {% endfor %}