{% extends "_layouts/cp" %} {% set title = "Globals"|t %} {% block pageTitle %} {{ parent() }} {% if craft.isLocalized() %}
{% endif %} {% endblock %} {% block sidebar %} {% endblock %} {% block content %}
{{ getCsrfInput() }} {% if globalSet.getFieldLayout().getFields() | length %}
{% include "_includes/fields" with { fields: globalSet.getFieldLayout().getFields(), element: globalSet } only %}
{% else %} {{ "This global set doesn’t have any fields assigned to it in its field layout."|t }} {% endif %}
{% endblock %}