{% extends 'base.html' %} {% load static %} {% block title %}{{ profile_user.username }} - Packs{% endblock %} {% block content %}
Joined {{ profile.joined|date:"F j, Y" }}
{% if is_owner %} {% endif %}{{ profile.bio }}
{% else %}{{ profile_user.username }} hasn't written a bio yet.
{% endif %} {% endif %}This creator hasn't published any datapacks.