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