{% extends 'admin_base_layout.html' %} {% load static %} {% block content %} Music | Artist List

Artist List

{% comment %} Add User {% endcomment %}
{% if artist_obj %} {% comment %} {% endcomment %} {% for art in artist_obj %} {% comment %} {% endcomment %} {% endfor %}
User ID Stage NamePhone NumberProfile Song Arts Bank Details
{{art.user.id}}
{% comment %} user {% endcomment %} {{ art.stage_name }}
{% if pat.phone_number %}{{ pat.phone_number }}{% else %}N/A{% endif %}{{ art.profile_song }} {{ art.arts }}
{% comment %} {% endcomment %}
{% else %}

No record found

{% endif %}
{% if artist_obj %}
{% endif %}
{% endblock %}