app/Plugin/CustomerRank42/Resource/template/admin/Order/customer_rank.twig line 1

Open in your IDE?
  1. {#
  2. * Plugin Name : CustomerRank
  3. *
  4. * Copyright (C) BraTech Co., Ltd. All Rights Reserved.
  5. * http://www.bratech.co.jp/
  6. *
  7. * For the full copyright and license information, please view the LICENSE
  8. * file that was distributed with this source code.
  9. #}
  10.     <div id="customer_rank" style="display:none;">
  11.         <div class="row">
  12.             <label class="col-3">{{ 'customerrank.common.rank'|trans }}</label>
  13.             <div class="col">
  14.                 {{ Order.customer_rank_name }}&nbsp;&nbsp;&nbsp;{% if Order.present_customer_rank_name is not empty %}({{ 'customerrank.admin.order.edit.label.now'|trans }}:{{ Order.present_customer_rank_name }}){% endif %}
  15.             </div>
  16.         </div>
  17.     </div>