{% extends "Global/layout.html.twig" %}
{% set pagetitle = 'Add a new blog post category' | trans %}
{% if blogpostcategory.id %}{% set pagetitle = 'Update the blog post category' | trans %}{% endif %}
{% block title %}{{pagetitle}}{% endblock %}
{% block content %}
{% set navigation = [{ "dashboard_index": ('Dashboard' | trans), "dashboard_administrator_blog_post_category": ('Manage blog post categories' | trans), "current":(pagetitle) }] %}
{% include "Global/navigation.html.twig" with navigation %}