{% import "WebPortfolio/macros/base.html" as m with context %} {% import "WebPortfolio/macros/forms.html" as f with context %} {% extends "WebPortfolio/Module/Cms/Admin/_layout.html" %} {% block admin_content %}
New Type
{% for type in types %} {% endfor %}
Name Slug Posts
{{ type.name }} {{ type.slug }} {{ type.total_posts }}
{% endblock %}