{% extends "Global/layout.html.twig" %}
{% set pagetitle = 'Add a new help center article' | trans %}
{% if article.id %}{% set pagetitle = 'Update the help center article' | trans %}{% endif %}
{% block title %}{{pagetitle}}{% endblock %}
{% block content %}
{% set navigation = [{ "dashboard_index": ('Dashboard' | trans), "dashboard_administrator_help_center_article": ('Manage help center articles' | trans), "current":(pagetitle) }] %}
{% include "Global/navigation.html.twig" with navigation %}