{% extends 'base.html' %} {% load i18n static custom_filters%} {%block title%}{%trans 'Profile'%} {%endblock%} {% block content %}
{% trans 'Joined' %} {{ dealer.joined_at|timesince}} {% trans 'ago' %}
{{ dealer.address}}
{% trans 'Active until' %}: {{ dealer.user.userplan.expire}} {% trans 'Days left' %}: {{ dealer.user.userplan.days_left}}
{{ make.get_local_name }}