{% if service.url %}
{{ service.url }}
{% endif %}
{% if service.uses_ssh %}
{% url 'ssh_keys' as url_ssh_keys %}
{% if request.user.sshkey_set.exists %}
{% blocktrans %}
This service will use your SSH keys.
{% endblocktrans %}
{% else %}
{% blocktrans %}
This service uses SSH keys.
You can add one in the SSH keys section.
{% endblocktrans %}