If text is selected in the editor it will be wrapped. Otherwise both markers are inserted at the cursor.
{% if ui_elements %}
{% else %}
No UI elements found. Create one first.
{% endif %}
-
-
-
{% if pages %}
{% else %}
No pages found.
{% endif %}
{% include "ndr_core/admin_views/ndr_tag_link_style.html" with prefix="ndrPage" %}
{% if uploads %}
{% else %}
No uploads found. Upload a file first.
{% endif %}
{% if images %}
{% else %}
No images found. Upload an image first.
{% endif %}
{% if settings %}
{% else %}
No string settings found.
{% endif %}