{% extends 'settings.html' %} {% block settings %} {% include "generic/components.html" %} {% load i18n static %}
{% comment %}

{% trans 'Skills' %}

{% endcomment %} {% if perms.recruitment.add_rejectreason %}
{% comment %} {% endcomment %} {% endif %}
{% comment %} {% if skills|length %} {% endcomment %}
{% comment %} {% include 'settings/skills/skills_list.html' %} {% endcomment %} {% comment %} {% else %}
Page not found. 404.
{% trans 'There are no skills added at this moment.' %}
{% endif %} {% endcomment %}
{% endblock %}