{% 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 %} {% if link_icon and not hide_icon %}{{ link_icon.render }}{% endif %} {{ link.text|default:'' }}{% if link.badge_text %} {{ link.badge_text }} {% endif %}{% if link.error %} - {{ link.error }}{% endif %} {% endif %} {% endif %}