{% extends 'base.html' %} {% load static %} {% load jformat %} {% load persian_numbers %} {% block title %}جزئیات مراسم{% endblock %} {% block extra_css %} {% endblock %} {% block content %} آثار صوتی تعداد نمایش: {{ request.GET.page_size|default:"۵۰" |to_persian_numbers }} ▾ ۵۰ ۱۰۰ ۱۵۰ ۲۰۰ بروزرسانی: {{ last_update|jalali_fa }} {% if request.GET.order == "oldest" %} قدیمیترین {% elif request.GET.order == "newest" %} جدیدترین {% else %} ترتیب {% endif %} جدیدترین قدیمیترین {% if request.GET.style == "shoore" %}شور {% elif request.GET.style == "zamineh" %}زمینه {% elif request.GET.style == "namahanag" %}نماهنگ {% elif request.GET.style == "rozeh" %}روضه {% elif request.GET.style == "naghmeh" %}نغمه {% elif request.GET.style == "vahed" %}واحد {% elif request.GET.style == "tak" %}تک {% elif request.GET.style == "noheh" %}نوحه {% else %}سبک {% endif %} همه شور زمینه نماهنگ روضه نغمه واحد تک نوحه {% if request.GET.occasion %} {% for occasion in occasions %} {% if occasion.id|stringformat:"s" == request.GET.occasion %} {{ occasion.title }} {% endif %} {% endfor %} {% else %} مناسبت {% endif %} همه {% for occasion in occasions %} {{ occasion.title }} {% endfor %} {% for audio in audios %} {{audio.title}} {{audio.occasion.title}} {{audio.get_file_style_display }} {% endfor %} عنوان صوت در حال پخش ۰:۰۰ ۰:۰۰ {% if is_paginated %} {% if page_obj.has_previous %} قبلی {% else %} قبلی {% endif %} {% for num in paginator.page_range %} {% if num >= page_obj.number|add:-1 and num <= page_obj.number|add:1 %} {% if page_obj.number == num %} {{ num|to_persian_numbers }} {% else %} {{ num|to_persian_numbers }} {% endif %} {% endif %} {% endfor %} {% if page_obj.has_next %} بعدی {% else %} بعدی {% endif %} {% endif %} {% endblock %} {% block extra_js %} {% endblock %}
{{audio.occasion.title}}
{{audio.get_file_style_display }}