9 lines
288 B
Twig
Raw Permalink Normal View History

{% if sinceVersion is empty and untilVersion is empty %}
*
{% else %}
{% if sinceVersion is not empty %}>={{ sinceVersion }}{% endif %}
{% if untilVersion is not empty %}
{% if sinceVersion is not empty %},{% endif %}<={{ untilVersion }}
{% endif %}
{% endif %}