{%extends 'base.html' %} {%load static%} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} {%block styles%} {% if LANGUAGE_CODE == 'ar' %} custom-rtl. {%else%} {%endif%} {%endblock%} {%block content%}
{% for permission in userProfile.role.permissionGeneral.all %}{% if permission.name == "عرض تفاصيل الوظائف" %} {% endif %}{% endfor %} {% for permission in userProfile.role.permissionGeneral.all %}{% if permission.name == "تحديث الوظائف" %} {% endif %}{% endfor %} {% for permission in userProfile.role.permissionGeneral.all %}{% if permission.name == "حذف الوظائف" %} {% endif %}{% endfor %}
{% trans "#" %} {% trans "الوظائف" %}{% trans "عرض التفاصيل" %} {% trans "تحديث" %} {% trans "حذف" %}
{%endblock%} {% block Extrajavascripts %} {% endblock %}