You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
424 B

  1. <td{{ nowrap ? ' class="nowrap"' }}>
  2. {{ is_selected ? '<strong>' }}
  3. <a class="foreign_value" data-key="{{ keyname }}" href="#" title="
  4. {%- trans 'Use this value' %}{{ title is not empty ? ': ' ~ title }}">
  5. {% if nowrap %}
  6. {{ keyname }}
  7. {% else %}
  8. {{ description }}
  9. {% endif %}
  10. </a>
  11. {{ is_selected ? '</strong>' }}
  12. </td>