Add sources display to import preview for better reference tracking
This commit is contained in:
@@ -30,9 +30,21 @@
|
|||||||
{% if item.payload.e_feedback %}
|
{% if item.payload.e_feedback %}
|
||||||
<p><strong>E Feedback:</strong> {{ item.payload.e_feedback|default:''|safe }}</p>
|
<p><strong>E Feedback:</strong> {{ item.payload.e_feedback|default:''|safe }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
<p><strong>Feedback:</strong> {{ item.payload.feedback|default:''|safe }}</p>
|
<p><strong>Feedback:</strong> {{ item.payload.feedback|default:''|safe }}</p>
|
||||||
|
<p>><strong>Sources:</strong>
|
||||||
|
{% if item.payload.sources %}
|
||||||
|
<ul>
|
||||||
|
{% for source in item.payload.sources %}
|
||||||
|
<li>{{ source }}</li>
|
||||||
|
{% endfor %}
|
||||||
|
</ul>
|
||||||
|
{% else %}
|
||||||
|
None
|
||||||
|
{% endif %}
|
||||||
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<p><strong>M2M fields (click to exclude)</strong></p>
|
<p><strong>M2M fields (click to exclude)</strong></p>
|
||||||
<p class="small text-muted">Green = will be created/attached. Click a value to exclude it (grey).</p>
|
<p class="small text-muted">Green = will be created/attached. Click a value to exclude it (grey).</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user