return.twig (251B)
1 {{ text_return_id }} {{ return_id }} 2 {{ text_date_added }} {{ date_added }} 3 4 {{ text_return_status }} 5 6 {{ return_status }} 7 8 {% if comment %} 9 10 {{ text_comment }} 11 12 {{ comment }} 13 {{ text_footer }} 14 {% else %} 15 {{ text_footer }} 16 {% endif %}