{% extends "sora/layout.html" %} {% load i18n %} {% load humanize %} {% load url from future %} {% import "_forms.html" as form_theme with context %} {% import "sora/macros.html" as macros with context %} {% block title %}{{ macros.page_title(profile.username) }}{% endblock %} {% block content %}
{% if profile.title or profile.rank.title %}{% if profile.title %}{{ _(profile.title) }}{% elif profile.rank.title %}{{ _(profile.rank.title) }}{% endif %}; {% endif %}{% trans joined=profile.join_date|reldate|low %}Member since {{ joined }}{% endtrans %}
WORK IN PROGRESS
{% endblock %}