{% extends "adminpanel/base.html" %} {% block title %}Portfolio — admin{% endblock %} {% block heading %}Portfolio{% endblock %} {% block content %}
| Project | Slug | Client | Category | Year | Featured | Published | |
|---|---|---|---|---|---|---|---|
| {{ 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. | |||||||
| Category | Slug | Projects | |
|---|---|---|---|
| {{ c.name }} | {{ c.slug }} | {{ c.count }} | Edit |
| No categories yet. | |||