diff --git a/resources/views/tags/index.twig b/resources/views/tags/index.twig index e611b43801..6aee84d08b 100644 --- a/resources/views/tags/index.twig +++ b/resources/views/tags/index.twig @@ -8,6 +8,13 @@ {% if count == 0 %} {% include 'partials.empty' with {what: 'default', type: 'tags',route: route('tags.create')} %} {% else %} +
- {% for tag in tags %} - - {% if tag.tagMode == 'nothing' %} - - {% endif %} - {% if tag.tagMode == 'balancingAct' %} - - {% endif %} - {% if tag.tagMode == 'advancePayment' %} - - {% endif %} - {{ tag.tag }} - - {% endfor %} -
- {% endfor %} - {% endfor %} - - -