mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 18:28:54 +00:00
7 lines
181 B
Smarty
Executable File
7 lines
181 B
Smarty
Executable File
<div class="card card-body">
|
|
<h1>{$title}</h1>
|
|
Removing Videos\Episode ID {$videoid} from releases:
|
|
{if $success = true}Succeeded.{/if}
|
|
{if $success = false}Failed.{/if}
|
|
</div>
|