{% extends "base.html" %} {% load static %} {% load humanize %} {% block title %}Digipus - {{ contributor.name }}'s' Profile{% endblock %} {% block header %} {% endblock header %} {% block content %}
{% if not contributor.default_profile_picture %} Contributor profile picture {% else %} Contributor profile picture {% endif %}

{{ contributor.name }}


Instansi {{ contributor.instansi }}
LinkedIn {{ contributor.linkedin }}
Facebook {{ contributor.facebook }}
Twitter {{ contributor.twitter }}
Instagram {{ contributor.instagram }}

Rating: {% if avg_rating.avg_rating %}{{ avg_rating.avg_rating|floatformat:"2"|intcomma }}{% else %}0{% endif %}

oleh: {{ count_rating }} orang
{% if not user.is_authenticated %}

Kamu harus login untuk memberi rating

{% else %}
{{ form_rating }} {% csrf_token %} {% if has_rated %} {% else %} {% endif %}
{% endif %}
{% for materi in materi_list %}
cover
{{materi.title}}

{{materi.author}}

Baca Detail
{% endfor %}
{% endblock %} {% block extra_scripts %} {% endblock %}