{% extends 'base.html' %} {% load static %} {% block content %}
| Encap Name | Category | Owner | Created Date | Updated Date | Description | Actions |
|---|---|---|---|---|---|---|
| {{ item.encapName }} | {% for sub in subcategories %} {% if sub.id|stringformat:"s" == item.encapCategory %} {{ sub.sub_name }} {% endif %} {% endfor %} | {{ item.owner.username|default:"–" }} | {{ item.createdDate|default:"–" }} | {{ item.updatedDate|default:"–" }} | {{ item.description|default:"–" }} | Edit |
| Hiç encapsulation yok. | ||||||