Profile Database

Welcome to Lorem Ipsum Admin Dashboard

{% csrf_token %}

Profile Database

{% for horoscope in all_horoscope_obj%} {% endfor %}
Horoscope Tagline Description Action
{{horoscope.horoscope}} {{horoscope.tagline}} {{horoscope.description}}
{% if all_horoscope_obj %}
{% endif %}
{% for chinese in all_chinese_obj%} {% endfor %}
Chinese Zodiac Tagline Description Action
{{chinese.chinese_zodiac}} {{chinese.tagline}} {{chinese.description}}
{% if all_chinese_obj %}
{% endif %}
{% for elements in all_five_element_obj%} {% endfor %}
5 Elements Tagline Description Action
{{elements.element_name}} {{elements.tagline}} {{elements.description}}
{% if all_five_element_obj %}
{% endif %}
{% for mbti in all_mbti_obj%} {% endfor %}
MBTI Tagline Description Action
{{mbti.mbti_name}} {{mbti.tagline}} {{mbti.description}}
{% if all_mbti_obj %}
{% endif %}