{% load navigation_tags %} {% if link.separator %}
  • {% elif link.text_span %} {% else %} {% navigation_link_get_icon link=link as link_icon %} {% if link.disabled %} {% if link_icon %}{{ link_icon.render }}{% endif %} {{ link.text }}{% if link.error %} - {{ link.error }}{% endif %} {% else %} {% with 'display: inline;' as link_form_style %} {% include 'navigation/link_instance_element.html' %} {% endwith %} {% endif %} {% endif %}