{% extends "base.html" %} {% block title %}{{ user.display_name or user.username }} - SysTades{% endblock %} {% block additional_css %} {% endblock %} {% block content %}
@{{ user.username }}
{% if user.bio %}{{ user.bio }}
{% endif %}{% if user == current_user %}Du hast noch keine Posts erstellt.{% else %}{{ user.username }} hat noch keine Posts veröffentlicht.{% endif %}
{% if user == current_user %} Ersten Post erstellen {% endif %}