{% extends 'ftp_deploy/base.html' %} {% block title %}
Edit

{{service.repo_name}} Manage

{% endblock title %} {% block content %}

Statistics

Status

{% if service.status %}

Last Check: {{service.updated}}

{% else %}

{{service.status_message|safe}}

{% endif %}
Notifications: {{service.notification}}

Deploying...

{% if fail_logs %}

Fail Deploys

{% for log in fail_logs %} {% endfor %}
Date User Commits Restorable Status {% if not service.lock %} Restore Deploys {% else %} {% endif %}
{{log.created}} {{log.user}} {% if log.payload %} {% else %} {% endif %} Skip
{% endif %}

Recent Deploys

{% include "ftp_deploy/log/list.html" with logs=recent_logs %}
Service Branch Date Commits User Status
{% endblock content %}