{% trans 'Created by' %} {{ plan.created_by.get_user_name }}
{% if plan.shared.all %}
{% trans 'Shared with' %}
{% for x in plan.shared.all %}{{ x.get_user_name }}{% if not forloop.last %}, {% endif %} {% endfor %}
{% endif %}
{% if plan.title %}
{{ plan.title }}
{% endif %}
{% if plan.recipe %}
{% recipe_rating plan.recipe request.user as rating %}