{% extends 'base/base.html' %} {% block start %}

Skill

{% if data_skill %} {% for item in data_skill %} {% endfor %} {% else %} {% endif %}
id title Action
{{ forloop.counter }} {{ item.title }} editdelete
No data available
{% endblock %}