{% extends 'accounts/base_account.html' %} {% load humanize %} {% block account_content %}
{{ profile_user.get_user_type_display }}
{% endif %} {% if profile_user.bio %}{{ profile_user.bio }}
{% endif %}{{ profile_user.bio|linebreaksbr }}
{% else %}{% if profile_user == request.user %} You haven't added a bio yet. Add one now to tell others about yourself. {% else %} {{ profile_user.get_full_name|default:profile_user.username }} hasn't added a bio yet. {% endif %}
{{ profile_user.date_joined|date:"F j, Y" }}
{% if profile_user.user_type == 'owner' %}Typically replies within a few hours
{% endif %}{{ equipment.city }}, {{ equipment.state }}
{% if profile_user == request.user %} You haven't listed any equipment yet. Get started by adding your first listing! {% else %} {{ profile_user.get_full_name|default:profile_user.username }} hasn't listed any equipment yet. {% endif %}
{% if profile_user == request.user %} Add Listing {% endif %}{{ review_count }} review{{ review_count|pluralize }}
{{ review.comment|linebreaksbr }}
{{ review.response|linebreaksbr }}
{% if profile_user == request.user %} You don't have any reviews yet. Start renting equipment to receive reviews from owners. {% else %} {{ profile_user.get_full_name|default:profile_user.username }} doesn't have any reviews yet. {% endif %}
| Equipment | Dates | Total | Status | Actions |
|---|---|---|---|---|
{{ booking.equipment.title|truncatechars:30 }}{{ booking.equipment.category.name }} |
{{ booking.start_date|date:"M j, Y" }}
to {{ booking.end_date|date:"M j, Y" }}
|
Ksh {{ booking.total_price|intcomma }} | {{ booking.get_status_display }} |
|
No Bookings YetYou haven't made any bookings yet. Start exploring our equipment! Browse Equipment |
||||