{% extends "base.html" %} {% block title %}دپارتمان‌ها{% endblock %} {% block content %}
{% include "_sidebar.html" %}

دپارتمان‌های پشتیبانی

{% for d in departments %}
{{ d.name }}{% if d.description %} — {{ d.description }}{% endif %}
{% endfor %}
{% endblock %}