{{ 'All database migrations are implemented.'|trans }}
9 | {% else %} 10 |11 | 12 | {% trans %}There are database migrations that have not been implemented. 13 | Use the button below to run them now.{% endtrans %} 14 |
15 | 16 | 21 |20 | {% if wasLogoutActionCalled %} 21 | {{ 'You can now close this window or navigate to another page.'|trans }} 22 | {% else %} 23 | {{ 'Requested session was not found or it is expired.'|trans }} 24 | {% endif %} 25 |
26 |