{% extends "adminpanel/base.html" %} {% block title %}Portfolio — admin{% endblock %} {% block heading %}Portfolio{% endblock %} {% block content %}

Portfolio projects

shown on /portfolio/
{% for p in projects %} {% empty %}{% endfor %}
ProjectSlugClientCategoryYearFeaturedPublished
{{ p.name }}{{ p.slug }}{{ p.client_name }} {{ p.category.name }}{{ p.completed_on|date:"Y"|default:"—" }} {% if p.featured %}Featured{% else %}—{% endif %} {% if p.published %}Live{% else %}Draft{% endif %} Edit {% if p.published %}View{% endif %}
No portfolio projects yet.

Categories

Add category
{% for c in categories %} {% empty %}{% endfor %}
CategorySlugProjects
{{ c.name }}{{ c.slug }}{{ c.count }} Edit
No categories yet.
{% endblock %}