options_output_radio.twig 257 B

1234567
  1. <li>
  2. <input type="radio" id="radio_view_as_text" name="output_format" value="astext"
  3. {{- has_repopulate or export_asfile == false ? ' checked' }}>
  4. <label for="radio_view_as_text">
  5. {% trans 'View output as text' %}
  6. </label>
  7. </li>