.
This commit is contained in:
@@ -26,7 +26,11 @@
|
|||||||
<td>{{output.field_name}}</td>
|
<td>{{output.field_name}}</td>
|
||||||
<td>{{output.field_status}}</td>
|
<td>{{output.field_status}}</td>
|
||||||
<td>{{output.field_type}}</td>
|
<td>{{output.field_type}}</td>
|
||||||
<td>RADCODESET{{output.field_codeset}}</td>
|
<td>
|
||||||
|
{% if output.field_codeset %}
|
||||||
|
RADCODESET{{output.field_codeset}}
|
||||||
|
{% endif %}
|
||||||
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
@@ -42,7 +46,13 @@
|
|||||||
|
|
||||||
|
|
||||||
{% for option in options %}
|
{% for option in options %}
|
||||||
<tr><td>RADCODESET{{codeset}}</td><td>{{option}}</td></tr>
|
<tr>
|
||||||
|
<td>
|
||||||
|
{% if codeset %}
|
||||||
|
RADCODESET{{codeset}}
|
||||||
|
{% endif %}
|
||||||
|
</td>
|
||||||
|
<td>{{option}}</td></tr>
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
@@ -54,4 +64,3 @@
|
|||||||
|
|
||||||
|
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
|
|
||||||
Reference in New Issue
Block a user