{% extends "base.html" %} {% block title %}Dashboard{% endblock %} {% block content %}

Dashboard

Welcome to your dashboard. You can edit your profile or change your password.

{% with total_images_created=request.user.images_created.count %}

Welcome to your dashboard. You have bookmarked {{ total_images_created }} image{{ total_images_created|pluralize }}.

{% endwith %}

Drag the following button to your bookmarks toolbar to bookmark images from other websites → Bookmark it

You can also edit your profile or change your password.

{% endblock %}