{% extends "base.html" %} {% load static %} {% load tags %} {% load cache %} {% load humanize %} {% load tags %} {% block title %} {% if user == request.user %} - Dashboard{% else %} - User: {{ user.username }}{% endif %} {% endblock %} {% block content %}
{{ user.displayname }} is not an owner of any ground stations.
{{ user.displayname }} is not an author of any observation.