summaryrefslogtreecommitdiffstats
path: root/templates/svxfiledifflistonly.html
blob: 09158ee6591a7486f1710c4f80e5d7093dfc8e0c (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="{{ settings.SVX_URL }}{{ title }}.3d">3d file</a></p>
{% else %}
<p><b>No 3d file</b></p>
{% endif %}
<pre>
LOGMESSAGES
{{logmessage}}
</pre>
{% endif %}