diff --git a/templates/organization/visa_model/index.html.twig b/templates/organization/visa_model/index.html.twig index 30cfe1be8..4922c6897 100644 --- a/templates/organization/visa_model/index.html.twig +++ b/templates/organization/visa_model/index.html.twig @@ -25,23 +25,24 @@
- - - - - - - - - {% for visa in visaModels %} + - - - + + + - {% endfor %} - -
{{ 'visa.name'|trans }}{{ 'visa.description'|trans }}{{ 'common.actions'|trans }}
{{ visa.name }}{{ visa.description }}{{ 'visa.name'|trans }}{{ 'visa.description'|trans }}{{ 'common.actions'|trans }}
+ + + {% for visa in visaModels %} + + {{ visa.name }} + {{ visa.description }} + + + {% endfor %} + + +