{% extends 'publisher/base.html' %}
{% load i18n %}
{% load static %}
{% block title %}
{% trans "Dashboard" %}
{% endblock title %}
{% block page_content %}
{% trans "COURSE ABOUT PAGES" %}
{% trans "EdX Publisher is used to create course About pages. Users enter, review, and approve content in Publisher. Publisher keeps track of the details and sends email updates when actions are necessary." %}
{% trans "EdX Publisher is a companion to edX Studio. Course teams enter About page information in Publisher, and course content in Studio." %}