2 {% for control in controls %}
\r 
   3     <span class="action-link">
\r 
   4         <a title="{{ control.title }}" class="{% if control.command %}ajax-command{% endif %}{% if control.withprompt %} withprompt{% endif %}"
\r 
   5             href="{{ control.url }}">{{ control.text }}</a>
\r 
   7     {% ifnotequal controls|last control %}
\r 
   8         <span class="action-link-separator">|</span>
\r