{%- if display_bitbucket|tobool and bitbucket_user and bitbucket_repo %}
{% include 'icons/bitbucket.svg' %}
{%- endif %}
{%- if display_github|tobool and github_user and github_repo %}
{% include 'icons/github.svg' %}
{%- endif %}
{%- if display_gitlab|tobool and gitlab_user and gitlab_repo %}
{% include 'icons/gitlab.svg' %}
{%- endif %}