@{user.username}'s repositories
@for repo in repos
@end
@else
@if repo.latest_commit_at > 0 || repo.created_at > 0
@if repo.description.len > 0
@if repo.created_at > 0
Created @{repo.created_str()}
@end
Last activity @{repo.last_activity_str()}
@end
@repo.description
@endNo repositories yet.
@end