{% block portfolio_post_list_post_title %}
{{ portfolio_post.title }}
{% endblock %}
{% block portfolio_post_list_post_metainfo %}
{% with portfolio_post.categories.all as categories %}
{% if categories %}
{% for category in categories %}
{{ category }}{% if not forloop.last %}, {% endif %}
{% endfor %}
{% endif %}
{% endwith %}
{% endblock %}