{% extends "base.html" %} {% load i18n %} {% block headtitle %}Record Screen - {{PORTAL_NAME}}{% endblock headtitle %} {% load custom_filters %} {% block innercontent %} {% get_current_language as LANGUAGE_CODE %} {% if can_add %}

{{ "Record Screen" | custom_translate:LANGUAGE_CODE}}


{{ "Click 'Start Recording' and select the screen or tab to record. Once recording is finished, click 'Stop Recording,' and the recording will be uploaded." | custom_translate:LANGUAGE_CODE}}

{% else %} {{can_upload_exp}}
Contact portal owners for more information. {% endif %} {% endblock %}