{% extends "base.html" %} {% block content %}
{{ macros.m_button_group([['reset_btn', '초기화'], ['delete_completed_btn', '완료 목록 삭제'], ['go_ffmpeg_btn', 'Go FFMPEG']])}} {{ macros.m_row_start('0') }} {{ macros.m_row_end() }} {{ macros.m_hr_head_top() }} {{ macros.m_row_start('0') }} {{ macros.m_col(1, macros.m_strong('Idx')) }} {{ macros.m_col(2, macros.m_strong('CreatedTime')) }} {{ macros.m_col(4, macros.m_strong('Filename')) }} {{ macros.m_col(3, macros.m_strong('Status')) }} {{ macros.m_col(2, macros.m_strong('Action')) }} {{ macros.m_row_end() }} {{ macros.m_hr_head_bottom() }}
{% endblock %}