summaryrefslogtreecommitdiffstats
path: root/templates/svxfiledifflistonly.html
blob: 835125beae3e177c4694e0148f4e596db89d6dfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<pre>
 using difflistonly.html
{% for diffline in difflist %}{{diffline}}
{% endfor %}
</pre>

{% if logmessage %}
{% if has_3d %}
<p><a href="{% url threed title %}">3d file</a></p>
{% else %}
<p><b>No 3d file</b></p>
{% endif %}
<pre>
LOGMESSAGES
{{logmessage}}
</pre>
{% endif %}