{% extends "base.html" %} {% load staticfiles %} {% block title %}{{ workout.name }}{% endblock %} {% block content %}

{{ workout.name }}

{% if user.is_authenticated and user == rower.user %}

Delete

{% else %}

 

{% endif %}

/{{ graph.filename }}

{% endblock %}