{% extends "lifting/base.html" %} {% load lifting %} {% block content %} {% for plan in plans %} {% endfor %}
Plan Tags Popularity    
{{plan}} {% for tag in plan.tags.all %} {{tag.name}} {% endfor %} {{plan.popularity}} clone use plan
{% endblock content %} {% block script %} {% endblock %}