summaryrefslogtreecommitdiffstats
path: root/templates/svxfiledifflistonly.html
blob: 7daececae047d6d097a549129160a8b408d90e49 (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 generated. ERROR. Read the full .log file and fix the .svx file</b></p>
    {% endif %}
    <pre>
    LOGMESSAGES
    {{logmessage}}
    </pre>
{% endif %}