.
This commit is contained in:
@@ -28,6 +28,16 @@
|
|||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if condition.differential_set.all %}
|
||||||
|
<h4>Differentials</h4>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
{% for case in condition.differential_set.all %}
|
||||||
|
<li>{{case.get_link}}</li>
|
||||||
|
{% endfor %}
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user