{% extends "base.html" %} {% block title %}{{ group.name }} — Shared Watchlist{% endblock %} {% block content %}

{{ group.name }}

Shared by {{ owner.name }} · {{ watchlist_coins|length }} coin{{ 's' if watchlist_coins|length != 1 }}

Read-only view
{% if watchlist_coins|length == 0 %}

Watchlist ini kosong

{% else %}
{% endif %}
{% if is_authenticated %} ← Kembali ke watchlist saya {% else %} Login untuk membuat watchlist sendiri → {% endif %}
{% endblock %}