Navbar
  • Home
  • {% if is_granted("IS_AUTHENTICATED_FULLY") != true %}
  • Register
  • Login
  • {% endif %} {% if is_granted("ROLE_ADMIN") %}
  • Dashboard
  • {% endif %}
{% if is_granted("IS_AUTHENTICATED_FULLY") %} Logout {% endif %}