Current section

Files

Jump to
zotonic_mod_admin priv templates _admin_query_preview.tpl
Raw

priv/templates/_admin_query_preview.tpl

<ul>
{% for id in result %}
<li class="rsc-edge">{{ m.rsc[id].title }}</li>
{% endfor %}
</ul>