{% translate 'View Autossl Request Logs' %}

{% translate 'You can view the auto ssl logs and download it. The autossl log generation may fail due to DNS error or request limit from acme servers' %}.

{% if form.errors %}
{% for error in form.non_field_errors %} {{ error|escape }} {% endfor %} {% for field in form %} {% for error in field.errors %} {{ error|escape }} {% endfor %} {% endfor %}
{% endif %} {% if messages %} {% for message in messages %} {% if message.tags == "success" %} {% else %}
{{ message }}
{% endif %} {% endfor %} {% endif %}
{% csrf_token %}
{% translate 'Sl.No' %} {% translate 'task ID' %} {% translate 'Website Name' %} {% translate 'Start' %} {% translate 'End' %} {% translate 'Status' %} {% translate 'Log File' %} {% translate 'Action' %}
{% translate 'Sl.No' %} {% translate 'task ID' %} {% translate 'Website Name' %} {% translate 'Start' %} {% translate 'End' %} {% translate 'Status' %} {% translate 'Log File' %} {% translate 'Action' %}
{% csrf_token %}
{% csrf_token %}
{% include "copyright.html" %}
{% endblock %} {% include "footer.html" %}