{# Home page #} {% extends "index.html" %} {% load i18n %} {% block menu %} {% with current_category="home" %} {{ block.super }} {% endwith %} {% endblock menu %} {% block content %}

{% trans "Welcome to skd!" %}

{% blocktrans %} With skd it is easy to control the public keys in your environment, granting users the access to hosts they only should have access to. {% endblocktrans %}

{% blocktrans %} For information on how to use skd, please consult the User manual {% endblocktrans %}

{% if user.is_staff and setup_workflow %}

{% trans "There are still things for you to do in the" %} {% trans "Setup-Area" %} :

{% for step in setup_workflow %}
{{ step }}
{% endfor %} {% endif %} {% endblock content %}