2011-07-11 02:10:22 +01:00
|
|
|
<pre>
|
|
|
|
using difflistonly.html
|
|
|
|
{% for diffline in difflist %}{{diffline}}
|
|
|
|
{% endfor %}
|
|
|
|
</pre>
|
|
|
|
|
|
|
|
{% if logmessage %}
|
2021-03-26 17:33:58 +00:00
|
|
|
{% if has_3d %}
|
|
|
|
<p><a href='{% url "threed" title %}'>3d file</a></p>
|
|
|
|
{% else %}
|
2022-03-11 16:22:37 +00:00
|
|
|
<p><b>No 3d file generated. ERROR. Read the full .log file and fix the .svx file</b></p>
|
2021-03-26 17:33:58 +00:00
|
|
|
{% endif %}
|
|
|
|
<pre>
|
|
|
|
LOGMESSAGES
|
|
|
|
{{logmessage}}
|
|
|
|
</pre>
|
2011-07-11 02:10:22 +01:00
|
|
|
{% endif %}
|
|
|
|
|