A corporation manager and dashboard for EVE Online
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

10 lines
327 B

  1. <%inherit file="../_default.mako"/>
  2. <%block name="title">
  3. ${self.support.maketitle(operation["title"], campaign["title"], "Campaigns")}
  4. </%block>
  5. <h2> <!-- ... breadcrumb -->
  6. <span class="understate">Operation:</span>
  7. <span${"" if enabled else ' class="disabled"'}>${operation["title"] | h}</span>
  8. </h2>
  9. <p>...</p>