{% comment %}Form-11 "Savunmayı Alanlar" kurul imza ızgarası (Tur 219) — dolu/boş modun ortak parçası (EK-1 deseni: başkan + asıl üyeler; yedekler hariç).{% endcomment %} {% if committee %}
| {% for m in members %}{% if not m.is_substitute %} | {% endif %}{% endfor %} |
|
{{ committee.chair.get_full_name|default:committee.chair.username }}
Başkan (Müdür Yrd.)
|
{% for m in members %}{% if not m.is_substitute %}
{{ m.member_name }}
{{ m.title|default:m.get_member_type_display }}
|
{% endif %}{% endfor %}
Disiplin kurulu tanımlı değil; üye imza alanları boştur.
{% endif %}