1 {% extends "services/base.html" %}
 
   5 {% block accounts-content %}
 
   6   <h1>{% translate "Serwis" %}: {{ service.name }}</h1>
 
  12   {% if service.uses_ssh %}
 
  13     {% url 'ssh_keys' as url_ssh_keys %}
 
  14     {% if request.user.sshkey_set.exists %}
 
  16         This service will use your <a href="{{ url_ssh_keys}}">SSH keys.</a>
 
  19       <div class="alert alert-warning">
 
  21           This service uses SSH keys.
 
  22           You can add one in the <a href="{{ url_ssh_keys}}">SSH keys</a> section.
 
  28   {{ service.description|linebreaks }}