{% extends 'base.html' %}
{%block title %} bigsansar - Cloudflare configrations {% endblock %}
{% block head %}
{% load static %}
{% endblock %}
{% block body %}
{% include 'admin/nav.html' %}
{% if status == 'pending' %}
{{ cf.main_domain_name }} is not active on Cloudflare yet
Your assigned Cloudflare nameservers:
{{ name_servers1 }}
{{ name_servers2 }}
{% else %}
{% if ssl_value == 'strict' %}
Your SSL/TLS encryption mode is Full (strict)
{% else %}
Encrypts end-to-end, but requires a trusted CA or Cloudflare Origin CA certificate on the server. Setup encryption of traffic between your origin server and Cloudflare.