Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

paidAt.html.twig 188B

123456
  1. {% set item = entity.instance %}
  2. {% if item.orderPayment is not null %}
  3. {{ item.orderPayment.paidAt|date('Y/m/d h:i') }}
  4. {% else %}
  5. {{ item.paidAt|date('Y/m/d h:i') }}
  6. {% endif %}